[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/selenese.py typo

Wolfgang Schnerring wosc at wosc.de
Tue Aug 24 02:56:31 EDT 2010


Log message for revision 115904:
  typo
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/selenese.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-24 06:24:28 UTC (rev 115903)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-24 06:56:31 UTC (rev 115904)
@@ -731,7 +731,7 @@
 def selenese_pattern_equals(text, pattern):
     """Various Pattern syntaxes are available for matching string values:
 
-    * glob:pattern: Match a string against a"glob" (aka "wildmat") pattern.
+    * glob:pattern: Match a string against a "glob" (aka "wildmat") pattern.
       "Glob" is a kind of limited regular-expression syntax typically used in
       command-line shells. In a glob pattern, "*" represents any sequence of
       characters, and "?" represents any single character. Glob patterns match



More information about the checkins mailing list