Check to see if I have svn.g.o fixed, no actual file changes, pass #2
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 18 May 2007 06:52:18 +0000 (06:52 -0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 18 May 2007 06:52:18 +0000 (06:52 -0000)
svn path=/main/trunk/; revision=6544

DEVELOPING

index 7af6d7769e6c3fe7f5716ef7de0697798dc292d6..01eb9bd42695b28f375c29eeac47991dae2083c4 100644 (file)
@@ -64,4 +64,4 @@ try:
 except KeyError:
        dict[foo] = default_value
 
-The get call is nicer (compact) and faster (try,except are slow). 
+The get call is nicer (compact) and faster (try,except are slow).