
Hi, First off, I'm just learning Python (coming from PHP) and these docs are *super* clear. I did, however, notice one typo: In the description of list.pop() in https://docs.python.org/3/tutorial/datastructures.html, "the method signature denote that" should be "the method signature denotes that". Kind regards, Eric

On Mon, Feb 1, 2016 at 6:54 AM, Eric Kean <kreut@hotmail.com> wrote:
Hi,
First off, I'm just learning Python (coming from PHP) and these docs are *super* clear.
Thank you! We try to keep our documentation high quality, and reports like yours are a big help in that regard.
I did, however, notice one typo:
In the description of list.pop() in https://docs.python.org/3/tutorial/datastructures.html, "the method signature denote that" should be "the method signature denotes that".
In this case, it is correct as written. Looking earlier in the sentence, the subject is 'the square brackets' and you wouldn't say "the square brackets denotes" since brackets is plural. Thank you for the report, though! Please do report any other typos or inaccuracies that you come across. Regards, -- Zach

On Mon, Feb 1, 2016 at 6:54 AM, Eric Kean <kreut@hotmail.com> wrote:
Hi,
First off, I'm just learning Python (coming from PHP) and these docs are *super* clear.
Thank you! We try to keep our documentation high quality, and reports like yours are a big help in that regard.
I did, however, notice one typo:
In the description of list.pop() in https://docs.python.org/3/tutorial/datastructures.html, "the method signature denote that" should be "the method signature denotes that".
In this case, it is correct as written. Looking earlier in the sentence, the subject is 'the square brackets' and you wouldn't say "the square brackets denotes" since brackets is plural. Thank you for the report, though! Please do report any other typos or inaccuracies that you come across. Regards, -- Zach
participants (2)
-
Eric Kean
-
Zachary Ware