[Python-checkins] r52986 - tracker/instances/python-dev/initial_data.py

erik.forsberg python-checkins at python.org
Sun Dec 10 12:00:40 CET 2006


Author: erik.forsberg
Date: Sun Dec 10 12:00:35 2006
New Revision: 52986

Modified:
   tracker/instances/python-dev/initial_data.py
Log:
Bah! Fixing stupid cut'n paste error.


Modified: tracker/instances/python-dev/initial_data.py
==============================================================================
--- tracker/instances/python-dev/initial_data.py	(original)
+++ tracker/instances/python-dev/initial_data.py	Sun Dec 10 12:00:35 2006
@@ -29,7 +29,7 @@
 component.create("Tests", order="14")
 component.create("Threads", order="15")
 component.create("Tkinter", order="16")
-component.create("Type/class unification", order="17")on
+component.create("Type/class unification", order="17")
 component.create("Unicode", order="18")
 component.create("Windows", order="19")
 component.create("XML", order="20")


More information about the Python-checkins mailing list