Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Iter() error message is incorrect #888

Open
patiences opened this issue Aug 2, 2018 · 0 comments
Open

Iter() error message is incorrect #888

patiences opened this issue Aug 2, 2018 · 0 comments

Comments

@patiences
Copy link
Contributor

x = iter()

Expected exception:

TypeError: iter expected at least 1 arguments, got 0

Actual exception:

TypeError: iter() missing 1 required positional argument: 'iterable'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant