Skip to content

Commit e48e710

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 08685eb commit e48e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ The *public names* defined by a module are determined by checking the module's
836836
namespace for a variable named ``__all__``; if defined, it must be a sequence
837837
of strings which are names defined or imported by that module.
838838
Names containing non-ASCII characters must be in the `normalization form`_
839-
NFKC; see :ref:`lexical-names-nonascii` for details. The names
839+
NFKC. The names
840840
given in ``__all__`` are all considered public and are required to exist. If
841841
``__all__`` is not defined, the set of public names includes all names found
842842
in the module's namespace which do not begin with an underscore character

0 commit comments

Comments
 (0)