diff options
-rw-r--r-- | DEVELOPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING index 01eb9bd42..7af6d7769 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). |