Both problems would be solved with a change to

    An *iterable* object is an object that implements __iter__, which is
expected to return an *iterator* object.

regards
 Steve

Steve Holden

On Wed, Mar 7, 2018 at 7:48 PM, Noah Inada <noahin...@gmail.com> wrote:

> Account Name: NoahInada
> Proposal: Prepend a 'The' where two method names are separated by only a
> '. ' to avoid confusion.
>
> e.g. on this <https://wiki.python.org/moin/Iterator>page:
>
> An *iterable* object is an object that implements __iter__. __iter__ is
> expected to return an *iterator* object.
>
> I was confused for a minute because I did not see the space separating the
> first __iter__ and the second __iter__. I propose adding a 'The' before the
> second __iter__ or a new line.
>
> -Noah Inada
>
> _______________________________________________
> pydotorg-www mailing list
> pydotorg-www@python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www
>
>
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to