forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Commitecaa372
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (pythonGH-5767)
Dropped the part that says: "For objects that do not provide sequence protocol".(cherry picked from commit7a1e178)Co-authored-by: Zackery Spytz <zspytz@gmail.com>1 parentb7c1a94 commitecaa372
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments
Comments
(0)