We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74ff29 commit f43c759Copy full SHA for f43c759
pytest_doctestplus/plugin.py
@@ -132,7 +132,7 @@ def pytest_addoption(parser):
132
"causes editing of the original files.\n"
133
"NOTE: Unless an in-pace build is picked up, python "
134
"file paths may point to unexpected places. "
135
- "If `"overwrite"` is not used, will create a temporary "
+ "If 'overwrite' is not used, will create a temporary "
136
"folder and use `git diff -p` to generate a diff."),
137
choices=["diff", "overwrite"],
138
action="store", nargs="?", default=False, const="diff")
0 commit comments