Skip to content

Commit d26358a

Browse files
committed
Fix use of a latin abbreviation
1 parent 9d109fa commit d26358a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The :mod:`!functools` module defines the following functions:
134134
a weakref and ensures that caches are cleared when instances are garbage collected.
135135

136136
This is useful for expensive computations which are consistent with respect to
137-
an instance, e.g., those which depend only on immutable attributes.
137+
an instance, for example, those which depend only on immutable attributes.
138138

139139
Example::
140140

0 commit comments

Comments
 (0)