Commit 556fa42
Added a note to `collections.Counter`'s docstring that initializing a `Counter` from a `Mapping` or `Counter` will have different behaviour than initializing from other `Iterable`s.
This behaviour was already documented in the canonical docs but is missing from the help() output.
(cherry picked from commit 22a123f)
Co-authored-by: Dan Shernicoff <dan@brassnet.biz>
1 parent 722bcec commit 556fa42
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
556 | 559 | | |
557 | 560 | | |
558 | 561 | | |
| |||
0 commit comments