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.
1 parent f745d8b commit c17c1f6Copy full SHA for c17c1f6
1 file changed
Doc/howto/pyporting.rst
@@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of
247
Python that you can utilize.
248
249
250
-``from __future__ import absolute_imports``
251
-'''''''''''''''''''''''''''''''''''''''''''
+``from __future__ import absolute_import``
+''''''''''''''''''''''''''''''''''''''''''
252
253
Implicit relative imports (e.g., importing ``spam.bacon`` from within
254
``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.
0 commit comments