Clarify warning.

This commit is contained in:
Valentin Lorentz 2019-01-02 11:26:55 +01:00
parent 2ee0be35cb
commit 4693537055
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ if sys.version_info < (3, 0):
warnings.warn('You are installing Limnoria for Python 2. While Python 2 '
'is currently supported by Limnoria, this may change in the near '
'future. If there is anything preventing you frorm upgrading to '
'Python 3 (incompatible plugin, dependency, ...), please open a '
'Python 3 (incompatible third-party plugin, ...), please open a '
'bug at <https://github.com/ProgVal/Limnoria/issues> and we\'ll '
'see together what we can do about it.',
DeprecationWarning)