File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def run(
117
117
Examples
118
118
--------
119
119
>>> git = Git(dir=tmp_path)
120
- >>> git.run(['help']) # doctest: +NORMALIZE_WHITESPACE
120
+ >>> git.run(['help'])
121
121
"usage: git [--version] [--help] [-C <path>]..."
122
122
"""
123
123
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def run(
117
117
Examples
118
118
--------
119
119
>>> hg = Hg(dir=tmp_path)
120
- >>> hg.run(['help']) # doctest: +NORMALIZE_WHITESPACE
120
+ >>> hg.run(['help'])
121
121
"Mercurial Distributed SCM..."
122
122
"""
123
123
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def run(
80
80
Examples
81
81
--------
82
82
>>> svn = Svn(dir=tmp_path)
83
- >>> svn.run(['help']) # doctest: +NORMALIZE_WHITESPACE
83
+ >>> svn.run(['help'])
84
84
"usage: svn <subcommand> [options] [args]..."
85
85
"""
86
86
You can’t perform that action at this time.
0 commit comments