Skip to content

Commit 9a08711

Browse files
authored
Correct the example for the seealso directive (#13854)
1 parent e8ab5cf commit 9a08711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage/restructuredtext/directives.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ and the generic :rst:dir:`admonition` directive.
473473

474474
.. seealso::
475475

476-
Module :py:mod:`zipfile`
477-
Documentation of the :py:mod:`zipfile` standard module.
476+
Python's :py:mod:`zipfile` module
477+
Documentation of Python's standard :py:mod:`zipfile` module.
478478

479479
`GNU tar manual, Basic Tar Format <https://example.org>`_
480480
Documentation for tar archive files, including GNU tar extensions.

0 commit comments

Comments
 (0)