diff options
| author | Georg Brandl <georg@python.org> | 2014-10-30 22:25:41 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-30 22:25:41 +0100 |
| commit | 93a56cdc3798f66f82f8c3d538b479df8931752e (patch) | |
| tree | 31b5320243b711763d7e5a92db2a2744188e0f9c /Doc/library/sys.rst | |
| parent | aea7f4a8e27a2f3a512a9cafbee25e00247f548b (diff) | |
| download | cpython-git-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.gz | |
Doc: fix default role usage (except in unittest mock docs)
Diffstat (limited to 'Doc/library/sys.rst')
| -rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index bee309ec52..3024086a22 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -667,7 +667,7 @@ always available. an underscore, and are not described here. Regardless of its contents, :data:`sys.implementation` will not change during a run of the interpreter, nor between implementation versions. (It may change between Python - language versions, however.) See `PEP 421` for more information. + language versions, however.) See :pep:`421` for more information. .. versionadded:: 3.3 |
