Skip to content

Commit f43c759

Browse files
committed
Update pytest_doctestplus/plugin.py
1 parent d74ff29 commit f43c759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_doctestplus/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def pytest_addoption(parser):
132132
"causes editing of the original files.\n"
133133
"NOTE: Unless an in-pace build is picked up, python "
134134
"file paths may point to unexpected places. "
135-
"If `"overwrite"` is not used, will create a temporary "
135+
"If 'overwrite' is not used, will create a temporary "
136136
"folder and use `git diff -p` to generate a diff."),
137137
choices=["diff", "overwrite"],
138138
action="store", nargs="?", default=False, const="diff")

0 commit comments

Comments
 (0)