mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Clarify warning.
This commit is contained in:
parent
2ee0be35cb
commit
4693537055
2
setup.py
2
setup.py
@ -252,7 +252,7 @@ if sys.version_info < (3, 0):
|
|||||||
warnings.warn('You are installing Limnoria for Python 2. While Python 2 '
|
warnings.warn('You are installing Limnoria for Python 2. While Python 2 '
|
||||||
'is currently supported by Limnoria, this may change in the near '
|
'is currently supported by Limnoria, this may change in the near '
|
||||||
'future. If there is anything preventing you frorm upgrading to '
|
'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 '
|
'bug at <https://github.com/ProgVal/Limnoria/issues> and we\'ll '
|
||||||
'see together what we can do about it.',
|
'see together what we can do about it.',
|
||||||
DeprecationWarning)
|
DeprecationWarning)
|
||||||
|
Loading…
Reference in New Issue
Block a user