mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Doc and docstring nits.
This commit is contained in:
parent
c0abc4e3a4
commit
00f2f97dbd
2 changed files with 6 additions and 2 deletions
|
|
@ -91,6 +91,10 @@ The :mod:`functools` module defines the following functions:
|
|||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
.. seealso::
|
||||
|
||||
Recipe for a `plain cache without the LRU feature
|
||||
<http://code.activestate.com/recipes/577479-simple-caching-decorator/>`_.
|
||||
|
||||
.. decorator:: total_ordering
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue