Thanks to visit codestin.com Credit goes to github.com
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 77a2c77 commit 57457a1Copy full SHA for 57457a1
1 file changed
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