We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0c3d46 + 9ba2056 commit 76f68caCopy full SHA for 76f68ca
cheatsheet.rst
@@ -84,7 +84,7 @@ Module level functions::
84
85
compile(pattern[, flags]) -> RegexObject
86
match(pattern, string[, flags]) -> MatchObject
87
- search(pattner, string[, flags]) -> MatchObject
+ search(pattern, string[, flags]) -> MatchObject
88
findall(pattern, string[, flags]) -> list of strings
89
finditer(pattern, string[, flags]) -> iter of MatchObjects
90
split(pattern, string[, maxsplit, flags]) -> list of strings
0 commit comments