Author: Iraklis D. <[email protected]> Branch: Kounavi/fix-typo-depricate-to-deprecate-p-1495624547235 Changeset: r91393:9fe360fea796 Date: 2017-05-24 11:16 +0000 http://bitbucket.org/pypy/pypy/changeset/9fe360fea796/
Log: Fix typo (depricate to deprecate) :P diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -23,7 +23,7 @@ Installing Visual Compiler v9 (for Python 2.7) ---------------------------------------------- -This compiler, while the standard one for Python 2.7, is depricated. Microsoft has +This compiler, while the standard one for Python 2.7, is deprecated. Microsoft has made it available as the `Microsoft Visual C++ Compiler for Python 2.7`_ (the link was checked in Nov 2016). Note that the compiler suite will be installed in ``C:\Users\<user name>\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python``. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
