Skip to content

Commit 01f5ef8

Browse files
authored
docs: fix typo (#137)
1 parent 1c3e09b commit 01f5ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/operators/deploy-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ To see all configurable class-options for some <cmd>, use:
216216
Examples
217217
--------
218218
219-
jupyter-docker-spec install --language=R --kernel-name=r_docker --image_name=foo/my_r_kernel_image:v4_0
219+
jupyter-docker-spec install --language=R --kernel-name=r_docker --image-name=foo/my_r_kernel_image:v4_0
220220
221221
jupyter-docker-spec install --swarm --kernel-name=python_swarm
222222

gateway_provisioners/cli/docker_specapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DockerSpecInstaller(BaseSpecApp):
3737
# Note that the left justification of the second example is necessary to ensure proper
3838
# alignment with the first example during --help output.
3939
examples = """
40-
jupyter-docker-spec install --language=R --kernel-name=r_docker --image_name=foo/my_r_kernel_image:v4_0
40+
jupyter-docker-spec install --language=R --kernel-name=r_docker --image-name=foo/my_r_kernel_image:v4_0
4141
4242
jupyter-docker-spec install --swarm --kernel-name=python_swarm
4343
"""

0 commit comments

Comments
 (0)