skytools.AdminScript: fix typo
authorMarko Kreen <markokr@gmail.com>
Mon, 14 Nov 2011 10:46:24 +0000 (12:46 +0200)
committerMarko Kreen <markokr@gmail.com>
Mon, 14 Nov 2011 10:46:24 +0000 (12:46 +0200)
python/skytools/adminscript.py

index 9e03028d484a8126af6de3616f735cc7a701c16d..1fc420e58a6126b8de3bd311aaef134fb0ec67f0 100644 (file)
@@ -12,7 +12,7 @@ __all__ = ['AdminScript']
 class AdminScript(skytools.DBScript):
     """Contains common admin script tools.
 
-    Second argument (first is .ini file) is takes as command
+    Second argument (first is .ini file) is taken as command
     name.  If class method 'cmd_' + arg exists, it is called,
     otherwise error is given.
     """