Skip to content

Commit 99c6ca3

Browse files
undo errors
1 parent d438da8 commit 99c6ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ def translate(self, table):
26762676

26772677
@forbid_nonstring_types(["bytes"])
26782678
def count(self, pat, flags: int = 0):
2679-
"""
2679+
r"""
26802680
Count occurrences of pattern in each string of the Series/Index.
26812681
26822682
This function is used to count the number of times a particular regex

0 commit comments

Comments
 (0)