fix typo
This commit is contained in:
parent
383fc02ba6
commit
69f72c6f4b
|
@ -165,7 +165,7 @@ Builtin configuration file options
|
||||||
|
|
||||||
* matches everything
|
* matches everything
|
||||||
? matches any single character
|
? matches any single character
|
||||||
[seq] matches any character inbu seq
|
[seq] matches any character in seq
|
||||||
[!seq] matches any char not in seq
|
[!seq] matches any char not in seq
|
||||||
|
|
||||||
Default patterns are ``'.*', 'build', 'dist', 'CVS', '_darcs', '{arch}', '*.egg'``.
|
Default patterns are ``'.*', 'build', 'dist', 'CVS', '_darcs', '{arch}', '*.egg'``.
|
||||||
|
|
Loading…
Reference in New Issue