Skip to content

Commit 63e5ef2

Browse files
authored
Merge pull request #3107 from NatLee/patch-1
[DOC] Miss underline before cmd in example code
2 parents 0225a45 + f4ca8f0 commit 63e5ef2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.zenodo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,10 @@
753753
"affiliation": "MIT, HMS",
754754
"name": "Ghosh, Satrajit",
755755
"orcid": "0000-0002-5312-6729"
756+
},
757+
{
758+
"name": "Lee, Nat",
759+
"orcid": "0000-0001-9308-9988"
756760
}
757761
],
758762
"keywords": [

doc/devel/cmd_interface_devel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Here is a minimalistic interface for the gzip command:
149149
class GZipTask(CommandLine):
150150
input_spec = GZipInputSpec
151151
output_spec = GZipOutputSpec
152-
cmd = 'gzip'
152+
_cmd = 'gzip'
153153

154154
def _list_outputs(self):
155155
outputs = self.output_spec().get()

0 commit comments

Comments
 (0)