Commit e667f26
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 31b4886 commit e667f26
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
553 | 556 | | |
554 | 557 | | |
555 | 558 | | |
| |||
0 commit comments