summaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 7af6d7769..01eb9bd42 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -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).