Skip to content

Commit

Permalink
馃摑 Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
britonad committed Mar 17, 2019
1 parent 3dd6689 commit 32e70d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -9,8 +9,7 @@
The package helps you to find a difference between two mutable Python types.

```python
from dffr.utils import find_diff

>>> from dffr.utils import find_diff
>>> find_diff({'a': 1}, {'a': 1, 'b': 2})
defaultdict(list, {'b': [2]})
defaultdict(<class 'list'>, {'b': [2]})
```

0 comments on commit 32e70d7

Please sign in to comment.