summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-06 18:21:58 +0000
committerGeorg Brandl <georg@python.org>2009-06-06 18:21:58 +0000
commit5c6f829b4acfba9bf765b29021b87d9f635fb2a4 (patch)
tree22c733950cb504ad89f7e6201d0ffbf942952998 /Doc
parent592a80a7e91f743314de9b9e6be0959271e6e6b1 (diff)
downloadcpython-5c6f829b4acfba9bf765b29021b87d9f635fb2a4.tar.gz
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/platform.rst2
-rw-r--r--Doc/library/tkinter.rst3
2 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index cd90c389c3..9900278022 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -169,7 +169,7 @@ Java Platform
.. function:: java_ver(release='', vendor='', vminfo=('','',''), osinfo=('','',''))
- Version interface for JPython.
+ Version interface for Jython.
Returns a tuple ``(release, vendor, vminfo, osinfo)`` with *vminfo* being a
tuple ``(vm_name, vm_release, vm_vendor)`` and *osinfo* being a tuple
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index ce8085d973..b1a1791940 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -29,9 +29,6 @@ is maintained at ActiveState.)
`Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/lang.html>`_
On-line reference material.
- `Tkinter for JPython <http://jtkinter.sourceforge.net>`_
- The Jython interface to Tkinter.
-
`Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
The book by John Grayson (ISBN 1-884777-81-3).