summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 01eb9bd4..7af6d776 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).