File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Module Objects
111
111
112
112
Return the name of the file from which *module* was loaded using *module*'s
113
113
: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
115
115
a reference to a Unicode object.
116
116
117
117
.. versionadded :: 3.2
Original file line number Diff line number Diff line change @@ -542,8 +542,8 @@ the module spec.
542
542
543
543
.. _package-path-rules :
544
544
545
- Module __path__ attributes
546
- --------------------------
545
+ __path__ attributes on modules
546
+ ------------------------------
547
547
548
548
The :attr: `~module.__path__ ` attribute should be a (possibly empty)
549
549
:term: `sequence ` of strings enumerating the locations where the package's
You can’t perform that action at this time.
0 commit comments