commit | b56becb373f01c7e285f028bde640f0864d0240e | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Sun Nov 19 13:04:25 2017 +0300 |
committer | GitHub <noreply@github.com> | Sun Nov 19 13:04:25 2017 +0300 |
tree | 13d4514d9679c7d7cf2829f9370eafc306cc2042 | |
parent | 7750bded92d908cbc422c57b97214f8eec615b0d [diff] |
Remove outdated .pyo reference from msilib docs (GH-4461) Since f299abdafa0f2b6eb7abae274861b19b361c96bc the remove_pyc() method no longer tries to remove .pyo files.
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 @@ .. method:: remove_pyc() - Remove ``.pyc``/``.pyo`` files on uninstall. + Remove ``.pyc`` files on uninstall. .. seealso::