Skip to content

Commit 742231e

Browse files
committed
Merge pull request #145 from takluyver/wrapperkernel-rm-old-attrs
Update wrapper kernel docs
2 parents 55b4585 + d622e19 commit 742231e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/wrapperkernels.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ following methods and attributes:
2323

2424
.. attribute:: implementation
2525
implementation_version
26-
language
27-
language_version
2826
banner
2927

3028
Information for :ref:`msging_kernel_info` replies. 'Implementation' refers
31-
to the kernel (e.g. IPython), and 'language' refers to the language it
32-
interprets (e.g. Python). The 'banner' is displayed to the user in console
29+
to the kernel (e.g. IPython), rather than the language (e.g. Python).
30+
The 'banner' is displayed to the user in console
3331
UIs before the first prompt. All of these values are strings.
3432

3533
.. attribute:: language_info

0 commit comments

Comments
 (0)