summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2018-07-23 06:49:08 (GMT)
committerGitHub <noreply@github.com>2018-07-23 06:49:08 (GMT)
commit7a3056fa7dd1223fe7112e53b236c43d71f33f64 (patch)
tree49655b874eca985714b2fda7e0a770636f74c81b /Doc
parentd04f46c59f1d07d9bcc0ba910741296ac88d370d (diff)
downloadcpython-7a3056fa7dd1223fe7112e53b236c43d71f33f64.zip
cpython-7a3056fa7dd1223fe7112e53b236c43d71f33f64.tar.gz
cpython-7a3056fa7dd1223fe7112e53b236c43d71f33f64.tar.bz2
bpo-21446: Update reload fixer to use importlib (GH-8391)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/2to3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index deb5e10..fa4b0a9 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -385,7 +385,7 @@ and off individually. They are described here in more detail.
.. 2to3fixer:: reload
- Converts :func:`reload` to :func:`imp.reload`.
+ Converts :func:`reload` to :func:`importlib.reload`.
.. 2to3fixer:: renames