@@ -19,9 +19,9 @@ msgstr ""
1919"Content-Type :text/plain; charset=UTF-8\n "
2020"Content-Transfer-Encoding :8bit\n "
2121"Language :pl\n "
22- "Plural-Forms :nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) &&(n "
23- "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 &&n "
24- "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
22+ "Plural-Forms :nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
23+ "(n %100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
24+ "n %10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
2626msgid "Bytes Objects"
2727msgstr ""
@@ -176,9 +176,9 @@ msgid "const void\\*"
176176msgstr ""
177177
178178msgid ""
179- "The hex representation of a C pointer. Mostly equivalent to``printf( \" %p "
180- "\" )`` except that it is guaranteed to start with the literal ``0x`` "
181- "regardless of what the platform's ``printf`` yields."
179+ "The hex representation of a C pointer. Mostly equivalent to "
180+ "``printf( \" %p \" )`` except that it is guaranteed to start with the literal "
181+ "``0x`` regardless of what the platform's ``printf`` yields."
182182msgstr ""
183183
184184msgid ""
@@ -267,7 +267,7 @@ msgid ""
267267"address of an existing bytes object as an lvalue (it may be written into), "
268268"and the new size desired. On success, *\\ *bytes* holds the resized bytes "
269269"object and ``0`` is returned; the address in *\\ *bytes* may differ from its "
270- "input value. If the reallocation fails, the original bytes object at* "
271- "\\ *bytes* is deallocated, *\\ *bytes* is set to ``NULL``, :exc:`MemoryError` "
270+ "input value. If the reallocation fails, the original bytes object at "
271+ "* \\ *bytes* is deallocated, *\\ *bytes* is set to ``NULL``, :exc:`MemoryError` "
272272"is set, and ``-1`` is returned."
273273msgstr ""