Skip to content

Commit fc6b1bf

Browse files
susan-shu-cwillingc
authored andcommitted
Clarify amount of dots between package and subpackage (GH-17092)
1 parent 7e43373 commit fc6b1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/import.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module. Specifically, any module that contains a ``__path__`` attribute is
8383
considered a package.
8484

8585
All modules have a name. Subpackage names are separated from their parent
86-
package name by dots, akin to Python's standard attribute access syntax. Thus
86+
package name by a dot, akin to Python's standard attribute access syntax. Thus
8787
you might have a module called :mod:`sys` and a package called :mod:`email`,
8888
which in turn has a subpackage called :mod:`email.mime` and a module within
8989
that subpackage called :mod:`email.mime.text`.

0 commit comments

Comments
 (0)