Skip to content

Commit 0964be1

Browse files
authored
fix a trivial typo
1 parent 0278382 commit 0964be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def cleanup(self, connection_file=True):
295295
self._close_control_socket()
296296

297297
def shutdown_kernel(self, now=False, restart=False):
298-
"""Attempts to the stop the kernel process cleanly.
298+
"""Attempts to stop the kernel process cleanly.
299299
300300
This attempts to shutdown the kernels cleanly by:
301301

0 commit comments

Comments
 (0)