Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document that dict.get takes no keyword arguments
Running ```python {}.get("a", default="b") ``` gives: ``` {}.get("a", default="b") ~~~~~~^^^^^^^^^^^^^^^^^^ TypeError: dict.get() takes no keyword arguments ```
- Loading branch information