@@ -815,13 +815,13 @@ msgstr ""
815815msgid ""
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)."
827827msgstr ""
0 commit comments