diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-18 08:55:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 08:55:33 (GMT) |
commit | 60edc70a9374f1cc6ecff5974e438d58fec29985 (patch) | |
tree | 8f291096fe7db4dd1600057d0692f434625ebe0e /Doc/tools | |
parent | 9342ac314985face0ae117c8f10296904f30f71a (diff) | |
download | cpython-60edc70a9374f1cc6ecff5974e438d58fec29985.zip cpython-60edc70a9374f1cc6ecff5974e438d58fec29985.tar.gz cpython-60edc70a9374f1cc6ecff5974e438d58fec29985.tar.bz2 |
[3.12] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108093)
Docs: Fix Sphinx warnings in io.rst (GH-107903)
- Mark up parameter and argument names properly
- If possible, link to docs for methods like `seek`, `tell`, `write`, `read`, etc.
(cherry picked from commit 5c76899dadf3bdcfdedf6f30b3ab9742cb87af04)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: T. Wouters <thomas@python.org>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 9a0a6c2..f7f2d6d 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -100,7 +100,6 @@ Doc/library/http.server.rst Doc/library/importlib.resources.rst Doc/library/importlib.rst Doc/library/inspect.rst -Doc/library/io.rst Doc/library/locale.rst Doc/library/logging.config.rst Doc/library/logging.handlers.rst |