Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0769.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ simplicity and predictability.
Tuple Return Consistency
------------------------

Another rejected proposal was adding a a flag to always return tuple
Another rejected proposal was adding a flag to always return tuple
regardless of how many keys/names/indices were sourced to arguments.
E.g.::

Expand Down
Loading