We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__main__
1 parent 494f8da commit e53cb98Copy full SHA for e53cb98
Doc/library/__main__.rst
@@ -231,7 +231,7 @@ students::
231
print(f'Found student: {search_students(student_name)}')
232
233
Note that ``from .student import search_students`` is an example of a relative
234
-import. This import style must be used when referencing modules within a
+import. This import style can be used when referencing modules within a
235
package. For more details, see :ref:`intra-package-references` in the
236
:ref:`tut-modules` section of the tutorial.
237
0 commit comments