From 85b0426d6622c4282323dd298c4459bb65825237 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Thu, 5 Mar 2015 12:23:03 +0100 Subject: [PATCH] fix small typo --- kwant/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwant/_common.py b/kwant/_common.py index dbe6b7e2..f8ddc03c 100644 --- a/kwant/_common.py +++ b/kwant/_common.py @@ -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. -- GitLab