Skip to content

Commit 34c0744

Browse files
fix msgid
1 parent ae8b76f commit 34c0744

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/struct.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -815,13 +815,13 @@ msgstr ""
815815
msgid ""
816816
"For the ``'s'`` format character, the count is interpreted as the length of "
817817
"the bytes, not a repeat count like for the other format characters; for "
818-
"example, ``'10s'`` means a single 10-byte string mapping to or from a "
819-
"single , while ``'10c'`` means 10 separate one byte character elements (e."
820-
"g., ``cccccccccc``) mapping to or from ten different Python byte objects. "
821-
"(See :ref:`struct-examples` for a concrete demonstration of the difference.) "
822-
"If a count is not given, it defaults to 1. For packing, the string is "
823-
"truncated or padded with null bytes as appropriate to make it fit. For "
824-
"unpacking, the resulting bytes object always has exactly the specified "
818+
"example, ``'10s'`` means a single 10-byte string mapping to or from a single "
819+
"Python byte string, while ``'10c'`` means 10 separate one byte character "
820+
"elements (e.g., ``cccccccccc``) mapping to or from ten different Python byte "
821+
"objects. (See :ref:`struct-examples` for a concrete demonstration of the "
822+
"difference.) If a count is not given, it defaults to 1. For packing, the "
823+
"string is truncated or padded with null bytes as appropriate to make it fit. "
824+
"For unpacking, the resulting bytes object always has exactly the specified "
825825
"number of bytes. As a special case, ``'0s'`` means a single, empty string "
826826
"(while ``'0c'`` means 0 characters)."
827827
msgstr ""

0 commit comments

Comments
 (0)