summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickle.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-30 21:25:41 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-30 21:25:41 (GMT)
commit93a56cdc3798f66f82f8c3d538b479df8931752e (patch)
tree31b5320243b711763d7e5a92db2a2744188e0f9c /Doc/library/pickle.rst
parentaea7f4a8e27a2f3a512a9cafbee25e00247f548b (diff)
downloadcpython-93a56cdc3798f66f82f8c3d538b479df8931752e.zip
cpython-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.gz
cpython-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.bz2
Doc: fix default role usage (except in unittest mock docs)
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r--Doc/library/pickle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
index ce5467f..47356f9 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -504,7 +504,7 @@ methods:
.. method:: object.__getnewargs__()
This method serve a similar purpose as :meth:`__getnewargs_ex__` but
- for protocols 2 and newer. It must return a tuple of arguments `args`
+ for protocols 2 and newer. It must return a tuple of arguments ``args``
which will be passed to the :meth:`__new__` method upon unpickling.
In protocols 4 and newer, :meth:`__getnewargs__` will not be called if