You should now be able to edit the Wiki. Thank you for helping to improve
the Python documentation.

regards
 Steve

Steve Holden

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

> I agree. That is a better way of putting it.
>
> May I have permission to edit? There is one other occurrence on the same
> page with the  next  method. I would also like to fix the problem on
> other pages if I see it.
>
> I understand if minor grammatical changes are too insignificant to risk
> vandalism.
>
> -Noah Inada
>
> On Wed, Mar 7, 2018 at 2:19 PM, Steve Holden <st...@holdenweb.com> wrote:
>
>> 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