Skip to content

Commit c5aa904

Browse files
committed
DOC last cleanup
1 parent 6dbb5af commit c5aa904

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ipykernel/kernelspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
RESOURCES = pjoin(os.path.dirname(__file__), 'resources')
2222

2323

24-
def make_ipkernel_cmd(mod='ipykernel_launcher', executable=None, extra_arguments=None, **kw):
24+
def make_ipkernel_cmd(mod="ipykernel_launcher", executable=None, extra_arguments=None):
2525
"""Build Popen command list for launching an IPython kernel.
2626
2727
Parameters

ipykernel/pickleutil.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ def __init__(self, obj, keys=[], hook=None):
128128
hook : callable (optional)
129129
An optional extra callable,
130130
which can do additional processing of the uncanned object.
131+
132+
Notes
133+
-----
131134
large data may be offloaded into the buffers list,
132135
used for zero-copy transfers.
133136
"""

0 commit comments

Comments
 (0)