[issue39869] Improve Instance Objects tutorial documentation

2020-03-14 Thread Ned Deily
Ned Deily added the comment: New changeset 6b6756f1283a87091c6186e70b544d4789e12c51 by Miss Islington (bot) in branch '3.6': bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) (GH-18898) https://github.com/python/cpython/commit/6b6756f1283a87091c6186e70b544d4789e12c51 --

[issue39869] Improve Instance Objects tutorial documentation

2020-03-14 Thread miss-islington
miss-islington added the comment: New changeset 4abe77c725b1d0a2187b7160924258c9810b824c by Miss Islington (bot) in branch '3.8': bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) https://github.com/python/cpython/commit/4abe77c725b1d0a2187b7160924258c9810b824c --

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread miss-islington
miss-islington added the comment: New changeset 5b29a82b13b65ca785bf296c91f253f3b5d6d694 by Miss Islington (bot) in branch '3.7': bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) https://github.com/python/cpython/commit/5b29a82b13b65ca785bf296c91f253f3b5d6d694 --

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread Mariatta
Change by Mariatta : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +18258 pull_request: https://github.com/python/cpython/pull/18900 ___ Python tracker ___

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +18257 pull_request: https://github.com/python/cpython/pull/18899 ___ Python tracker ___

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread miss-islington
miss-islington added the comment: New changeset e5e56328afac50aad6d8893185d8e7ba8928afe2 by Antoine in branch 'master': bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) https://github.com/python/cpython/commit/e5e56328afac50aad6d8893185d8e7ba8928afe2 -- nosy:

[issue39869] Improve Instance Objects tutorial documentation

2020-03-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +18256 pull_request: https://github.com/python/cpython/pull/18898 ___ Python tracker ___

[issue39869] Improve Instance Objects tutorial documentation

2020-03-09 Thread Antoine Wecxsteen
Change by Antoine Wecxsteen : -- keywords: +patch nosy: +awecx nosy_count: 2.0 -> 3.0 pull_requests: +18246 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18889 ___ Python tracker

[issue39869] Improve Instance Objects tutorial documentation

2020-03-05 Thread Mariatta
New submission from Mariatta : In https://docs.python.org/3.9/tutorial/classes.html#instance-objects, it says: > There are two kinds of valid attribute names, data attributes and methods. Replace the comma with a colon > There are two kinds of valid attribute names: data attributes and