diff -r 6982f460fa6d Doc/howto/regex.rst --- a/Doc/howto/regex.rst Mon Mar 26 23:35:31 2012 -0400 +++ b/Doc/howto/regex.rst Mon Apr 02 13:48:55 2012 +0200 @@ -221,7 +221,7 @@ There are two more repeating qualifiers. The question mark character, ``?``, matches either once or zero times; you can think of it as marking something as -being optional. For example, ``home-?brew`` matches either ``homebrew`` or +being optional. For example, ``home?brew`` matches either ``homebrew`` or ``home-brew``. The most complicated repeated qualifier is ``{m,n}``, where *m* and *n* are