Skip to content
Snippets Groups Projects
Commit 85b0426d authored by Christoph Groth's avatar Christoph Groth
Browse files

fix small typo

parent 1d93346b
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ if version is None:
class KwantDeprecationWarning(Warning):
"""Class of warnings about a deprecated feature of Kwant.
DeprecatedWarning has been made invisible by default in Python 2.7 in order
DeprecationWarning has been made invisible by default in Python 2.7 in order
to not confuse non-developer users with warnings that are not relevant to
them. In the case of Kwant, by far most users are developers, so we feel
that a KwantDeprecationWarning that is visible by default is useful.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment