Skip to content

Commit 76f68ca

Browse files
authored
Merge pull request tartley#4 from lucifurtun/patch-1
Fix typo
2 parents a0c3d46 + 9ba2056 commit 76f68ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Module level functions::
8484

8585
compile(pattern[, flags]) -> RegexObject
8686
match(pattern, string[, flags]) -> MatchObject
87-
search(pattner, string[, flags]) -> MatchObject
87+
search(pattern, string[, flags]) -> MatchObject
8888
findall(pattern, string[, flags]) -> list of strings
8989
finditer(pattern, string[, flags]) -> iter of MatchObjects
9090
split(pattern, string[, maxsplit, flags]) -> list of strings

0 commit comments

Comments
 (0)