Cleanup some dictionary API stuff:
- use update() method where appropriate - don't pass None as second argument to get(). it's the default. - consistent space after comma between args
Showing
Please register or sign in to comment
- use update() method where appropriate - don't pass None as second argument to get(). it's the default. - consistent space after comma between args