Skip to content

Commit ac7a0a9

Browse files
authored
GH-87002: fix caching documentation in struct module (#24164)
1 parent 98308db commit ac7a0a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/struct.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ The :mod:`struct` module also defines the following type:
548548
.. note::
549549

550550
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.
551+
the module-level functions are cached, so programs that use only a few
552+
format strings needn't worry about reusing a single :class:`Struct`
553+
instance.
554554

555555
Compiled Struct objects support the following methods and attributes:
556556

0 commit comments

Comments
 (0)