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.
1 parent 9d109fa commit d26358aCopy full SHA for d26358a
1 file changed
Doc/library/functools.rst
@@ -134,7 +134,7 @@ The :mod:`!functools` module defines the following functions:
134
a weakref and ensures that caches are cleared when instances are garbage collected.
135
136
This is useful for expensive computations which are consistent with respect to
137
- an instance, e.g., those which depend only on immutable attributes.
+ an instance, for example, those which depend only on immutable attributes.
138
139
Example::
140
0 commit comments