# HG changeset patch # User Marti Raudsepp # Date 1303378834 -10800 # Node ID df59f02a9e2e4890641898f7eb4de03127ff1b99 # Parent 96e0e79d33def16097519e6b896e8a2519dfea11 Documentation: fix typo, absolute_import not absolute_imports diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -247,8 +247,8 @@ Python that you can utilize. -``from __future__ import absolute_imports`` -''''''''''''''''''''''''''''''''''''''''''' +``from __future__ import absolute_import`` +'''''''''''''''''''''''''''''''''''''''''' Implicit relative imports (e.g., importing ``spam.bacon`` from within ``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.