diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-31 22:33:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-31 22:33:02 (GMT) |
commit | 1c5d21d644bf74551f4d4cb33d74cedbfc69d61c (patch) | |
tree | 3abad94732f1ea9cdd65ff858297fa2700bd3dec /Objects | |
parent | be1399e39a7a11861cdb65b6937d8c86b3b39cb4 (diff) | |
download | cpython-1c5d21d644bf74551f4d4cb33d74cedbfc69d61c.zip cpython-1c5d21d644bf74551f4d4cb33d74cedbfc69d61c.tar.gz cpython-1c5d21d644bf74551f4d4cb33d74cedbfc69d61c.tar.bz2 |
fix indentation in comment
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/unicodeobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 695f4ae..c95889e 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -12,8 +12,8 @@ Copyright (c) Corporation for National Research Initiatives. -------------------------------------------------------------------- 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, |