Skip to content

Commit 9cf64d3

Browse files
committed
Trivial review comments
1 parent 02a8169 commit 9cf64d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/c-api/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Module Objects
111111
112112
Return the name of the file from which *module* was loaded using *module*'s
113113
:attr:`~module.__file__` attribute. If this is not defined, or if it is not a
114-
unicode string, raise :exc:`SystemError` and return ``NULL``; otherwise return
114+
string, raise :exc:`SystemError` and return ``NULL``; otherwise return
115115
a reference to a Unicode object.
116116
117117
.. versionadded:: 3.2

Doc/reference/import.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ the module spec.
542542

543543
.. _package-path-rules:
544544

545-
Module __path__ attributes
546-
--------------------------
545+
__path__ attributes on modules
546+
------------------------------
547547

548548
The :attr:`~module.__path__` attribute should be a (possibly empty)
549549
:term:`sequence` of strings enumerating the locations where the package's

0 commit comments

Comments
 (0)