commit | b1d867f14965e2369d31a3fcdab5bca34b4d81b4 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu May 26 05:28:50 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu May 26 05:28:50 2016 +0000 |
tree | e12a80fb726447f7e1c09839aae24fd9277258ce | |
parent | 5db0b3396e664affee09c0cb2094fdafc94acd94 [diff] [blame] |
Issue #27076: Doc, comment and test function name spelling fixes Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
diff --git a/Lib/lib2to3/patcomp.py b/Lib/lib2to3/patcomp.py index 093e5f9..d31a9da 100644 --- a/Lib/lib2to3/patcomp.py +++ b/Lib/lib2to3/patcomp.py
@@ -3,7 +3,7 @@ """Pattern compiler. -The grammer is taken from PatternGrammar.txt. +The grammar is taken from PatternGrammar.txt. The compiler compiles a pattern to a pytree.*Pattern instance. """