Increased version number.
[philipp/winterrodeln/wrpylib.git] / wrpylib / mwapi.py
index 2ff2731376d3d5737d096bb9c06a8d334284169b..5e30bb1b1be48694656468719aeeb22443560f20 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2.7
 # -*- coding: iso-8859-15 -*-
 # $Id$
 # $HeadURL$
 # -*- coding: iso-8859-15 -*-
 # $Id$
 # $HeadURL$
@@ -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 );
 
 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' ')
 
 
     return value.replace(u'_', u' ')