8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct
1 parent 98308db commit ac7a0a9Copy full SHA for ac7a0a9
Doc/library/struct.rst
@@ -548,9 +548,9 @@ The :mod:`struct` module also defines the following type:
548
.. note::
549
550
The compiled versions of the most recent format strings passed to
551
- :class:`Struct` and the module-level functions are cached, so programs
552
- that use only a few format strings needn't worry about reusing a single
553
- :class:`Struct` instance.
+ the module-level functions are cached, so programs that use only a few
+ format strings needn't worry about reusing a single :class:`Struct`
+ instance.
554
555
Compiled Struct objects support the following methods and attributes:
556
0 commit comments