Skip to content

Commit a43fb06

Browse files
committed
Use raw docstrings
1 parent 90cacda commit a43fb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/plugins/pattern_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def is_statement_fail_testcase(statement):
8888
return False
8989

9090
def dnf_patterns(ctx, typestmt, prefix_to_mod_name):
91-
"""dnf_patterns obtains a DNF of the type's patterns.
91+
r"""dnf_patterns obtains a DNF of the type's patterns.
9292
9393
The return value is a list of list of patterns representing the OR of ANDs,
9494
aka. sum-of-products (DNF), of the type's patterns.

0 commit comments

Comments
 (0)