Fix some mismatched & unescaped quotes

This commit is contained in:
Sara Bine 2017-04-05 17:45:13 -06:00
parent 8d73f125ee
commit b5a7241f49
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ msgid "Purpose"
msgstr ""
#: ../../Behavioral/Iterator/README.rst:7
msgid To make an object iterable and to make it appear like a collection of objects."
msgid "To make an object iterable and to make it appear like a collection of objects."
msgstr ""
#: ../../Behavioral/Iterator/README.rst:11

View File

@ -29,7 +29,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"Dependency Inversion Principle" a.k.a the "D" in S.O.L.I.D principles."
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
msgstr ""
#: ../../Creational/FactoryMethod/README.rst:15

View File

@ -19,7 +19,7 @@ msgstr ""
#: ../../Creational/Pool/README.rst:7
msgid ""
"The **object pool pattern** is a software creational design pattern that "
"uses a set of initialized objects kept ready to use a "pool" rather "
"uses a set of initialized objects kept ready to use a \"pool\" rather "
"than allocating and destroying them on demand. A client of the pool will "
"request an object from the pool and perform operations on the returned "
"object. When the client has finished, it returns the object, which is a "

View File

@ -20,7 +20,7 @@ msgid "Purpose"
msgstr ""
#: ../../Behavioral/Iterator/README.rst:7
msgid To make an object iterable and to make it appear like a collection of objects."
msgid "To make an object iterable and to make it appear like a collection of objects."
msgstr ""
#: ../../Behavioral/Iterator/README.rst:11