Skip to content

Commit dfd8dcf

Browse files
committed
Standardised help string formatting.
1 parent bca2ad3 commit dfd8dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/minimisation.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"metadata": {},
7070
"outputs": [],
7171
"source": [
72-
"node.addInput(\"files\", BSS.Gateway.FileSet(help=\"a set of molecular input files\"))\n",
73-
"node.addInput(\"steps\", BSS.Gateway.Integer(help=\"the number of minimisation steps\", minimum=0, maximum=1000000, default=10000))"
72+
"node.addInput(\"files\", BSS.Gateway.FileSet(help=\"A set of molecular input files.\"))\n",
73+
"node.addInput(\"steps\", BSS.Gateway.Integer(help=\"The number of minimisation steps.\", minimum=0, maximum=1000000, default=10000))"
7474
]
7575
},
7676
{
@@ -88,7 +88,7 @@
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
91-
"node.addOutput(\"minimised\", BSS.Gateway.FileSet(help=\"the minimised molecular system\"))"
91+
"node.addOutput(\"minimised\", BSS.Gateway.FileSet(help=\"The minimised molecular system.\"))"
9292
]
9393
},
9494
{

0 commit comments

Comments
 (0)