We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e43373 commit fc6b1bfCopy full SHA for fc6b1bf
Doc/reference/import.rst
@@ -83,7 +83,7 @@ module. Specifically, any module that contains a ``__path__`` attribute is
83
considered a package.
84
85
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
+package name by a dot, akin to Python's standard attribute access syntax. Thus
87
you might have a module called :mod:`sys` and a package called :mod:`email`,
88
which in turn has a subpackage called :mod:`email.mime` and a module within
89
that subpackage called :mod:`email.mime.text`.
0 commit comments