cwconfig.py
branchstable
changeset 4936 a4b772a0d801
parent 4889 b3e2de8f53cd
child 4938 b1a4fe480de5
--- a/cwconfig.py	Thu Mar 18 09:05:49 2010 +0100
+++ b/cwconfig.py	Thu Mar 18 09:07:10 2010 +0100
@@ -115,7 +115,7 @@
 
 def possible_configurations(directory):
     """return a list of installed configurations in a directory
-    according to *-ctl files
+    according to \*-ctl files
     """
     return [name for name in ('repository', 'twisted', 'all-in-one')
             if exists(join(directory, '%s.conf' % name))]
@@ -918,7 +918,7 @@
         """return available translation for an instance, by looking for
         compiled catalog
 
-        take *args to be usable as a vocabulary method
+        take \*args to be usable as a vocabulary method
         """
         from glob import glob
         yield 'en' # ensure 'en' is yielded even if no .mo found