[Python-checkins] r65022 - sandbox/trunk/2to3/example.py

benjamin.peterson python-checkins at python.org
Wed Jul 16 19:42:44 CEST 2008


Author: benjamin.peterson
Date: Wed Jul 16 19:42:43 2008
New Revision: 65022

Log:
opps. some of these were meant to be tabs

Modified:
   sandbox/trunk/2to3/example.py

Modified: sandbox/trunk/2to3/example.py
==============================================================================
--- sandbox/trunk/2to3/example.py	(original)
+++ sandbox/trunk/2to3/example.py	Wed Jul 16 19:42:43 2008
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-        # comment indented by tab
+	# comment indented by tab
 
 """Docstring.
 
@@ -73,7 +73,7 @@
     if not a.has_key(b) ** 2: pass
 
 def foo():
-    pass # body indented by tab
+	pass # body indented by tab
 
 def test_ws_comma():
     yield 1,2 ,3


More information about the Python-checkins mailing list