From: philipp Date: Sun, 12 Aug 2012 14:43:25 +0000 (+0000) Subject: Typo in documentation. No functional change. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/52a5419d456ebbba256eda468adb10d75674461f Typo in documentation. No functional change. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@1104 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/wrpylib/mwapi.py b/wrpylib/mwapi.py index 2ff2731..2fc2c01 100644 --- a/wrpylib/mwapi.py +++ b/wrpylib/mwapi.py @@ -11,7 +11,7 @@ Therefore this module doesn't need to have much content. def to_title(value): """Line 2237 of includes/Title.php says: $this->mTextform = str_replace( '_', ' ', $dbkey ); - No not check for None because a missing title is an error""" + No check for None because a missing title is an error.""" return value.replace(u'_', u' ')