Skip to content

Commit d992f42

Browse files
committed
Fix description for disable command
1 parent add7c44 commit d992f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/nbextensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ class DisableNBExtensionApp(ToggleNBExtensionApp):
910910
"""An App that disables nbextensions"""
911911
name = "jupyter nbextension disable"
912912
description = """
913-
Enable an nbextension in frontend configuration.
913+
Disable an nbextension in frontend configuration.
914914
915915
Usage
916916
jupyter nbextension disable [--system|--sys-prefix]

0 commit comments

Comments
 (0)