diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-11-19 10:04:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-19 10:04:25 (GMT) |
commit | b56becb373f01c7e285f028bde640f0864d0240e (patch) | |
tree | 13d4514d9679c7d7cf2829f9370eafc306cc2042 | |
parent | 7750bded92d908cbc422c57b97214f8eec615b0d (diff) | |
download | cpython-b56becb373f01c7e285f028bde640f0864d0240e.zip cpython-b56becb373f01c7e285f028bde640f0864d0240e.tar.gz cpython-b56becb373f01c7e285f028bde640f0864d0240e.tar.bz2 |
Remove outdated .pyo reference from msilib docs (GH-4461)
Since f299abdafa0f2b6eb7abae274861b19b361c96bc
the remove_pyc() method no longer tries to
remove .pyo files.
-rw-r--r-- | Doc/library/msilib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst index 3773a5c..83b3d49 100644 --- a/Doc/library/msilib.rst +++ b/Doc/library/msilib.rst @@ -398,7 +398,7 @@ Directory Objects .. method:: remove_pyc() - Remove ``.pyc``/``.pyo`` files on uninstall. + Remove ``.pyc`` files on uninstall. .. seealso:: |