Skip to content

Commit 68f46a1

Browse files
authored
Fix warning because of unescaped '\s'
1 parent 95696ef commit 68f46a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csvkit/grep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class FilteringCSVReader(six.Iterator):
9-
"""
9+
r"""
1010
Given any row iterator, only return rows which pass the filter.
1111
If 'header' is False, then all rows must pass the filter; by default, the first row will be passed
1212
through untested.

0 commit comments

Comments
 (0)