[doc] Use list[int] instead of List[int] (etc.) in a few more places by andresdelfino · Pull Request #22524 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
This changes a few occurrences left behind by #22340.
Automerge-Triggered-By: @gvanrossum
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You wouldn't be collecting points for HacktoberFest would you? :-) I wish you had combined all those little patches into one PR.
gvanrossum
changed the title
[doc] Leverage the fact that the actual types can now be indexed for typing
[doc] Use list[int] instead of List[int] (etc.) in a few more places
Thanks @andresdelfino for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
You wouldn't be collecting points for HacktoberFest would you? :-) I wish you had combined all those little patches into one PR.
Yeah, the thing is that I'm doing a talk on type hints soon (quite excited about this :) and I'm reading the docs meticulously, so I'm finding occurrences I previously didn't get by by just grepping it :P
Sorry about that.
miss-islington added a commit that referenced this pull request
…H-22524) This changes a few occurrences left behind by GH-22340. Automerge-Triggered-By: @gvanrossum (cherry picked from commit 7f54e56) Co-authored-by: Andre Delfino <adelfino@gmail.com>
ambv pushed a commit to ambv/cpython that referenced this pull request