Skip to content

Commit 3eeb9e2

Browse files
other fixes
1 parent d7f006a commit 3eeb9e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"module": "nbwrite.cli",
1212
"justMyCode": false,
1313
"args": [
14-
"complete",
1514
"tests/resources/nbwrite-in/example.yaml"
1615
]
1716
}

src/nbwrite/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def cli(
2525
spec: Path,
2626
out: Path,
2727
):
28-
"""Writes example notebooks which complete a given SPEC
28+
"""Writes example notebooks which implement a given SPEC
2929
3030
e.g. nbwrite "./spec.yaml"
3131
"""

0 commit comments

Comments
 (0)