[Python-checkins] r69154 - python/trunk/Objects/unicodeobject.c
benjamin.peterson
python-checkins at python.org
Sat Jan 31 23:33:02 CET 2009
Author: benjamin.peterson
Date: Sat Jan 31 23:33:02 2009
New Revision: 69154
Log:
fix indentation in comment
Modified:
python/trunk/Objects/unicodeobject.c
Modified: python/trunk/Objects/unicodeobject.c
==============================================================================
--- python/trunk/Objects/unicodeobject.c (original)
+++ python/trunk/Objects/unicodeobject.c Sat Jan 31 23:33:02 2009
@@ -12,8 +12,8 @@
--------------------------------------------------------------------
The original string type implementation is:
-Copyright (c) 1999 by Secret Labs AB
-Copyright (c) 1999 by Fredrik Lundh
+ Copyright (c) 1999 by Secret Labs AB
+ Copyright (c) 1999 by Fredrik Lundh
By obtaining, using, and/or copying this software and/or its
associated documentation, you agree that you have read, understood,
More information about the Python-checkins
mailing list