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 93f6a05 commit e380f9aCopy full SHA for e380f9a
src/bin/sage-fixdoctests
@@ -67,7 +67,7 @@ parser.add_argument("--full-tracebacks", default=False, action="store_true",
67
parser.add_argument("--only-tags", default=False, action="store_true",
68
help="only add '# optional/needs' tags where needed, ignore other failures")
69
parser.add_argument("--probe", metavar="FEATURES", type=str, default='',
70
- help="check whether '# optional/needs' tags are still needed, remove these")
+ help="check whether '# optional/needs' tags are still needed, remove those not needed")
71
parser.add_argument("--keep-both", default=False, action="store_true",
72
help="do not replace test results; duplicate the test instead, showing both results, and mark both copies '# optional'")
73
parser.add_argument("--overwrite", default=False, action="store_true",
0 commit comments