cpython/Doc/reference
Miss Islington (bot) 57f1f5b91b
Fix typo in datamodel.rst (GH-6964)
This is a simple grammatical fix correcting "...object whose `__self__` attributes is ..." to "...object whose `__self__` attribute is ...".
(cherry picked from commit 00818c8ffd)

Co-authored-by: Zach Mitchell <zmitchell@users.noreply.github.com>
2018-06-02 07:53:30 -07:00
..
compound_stmts.rst [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998) 2018-05-19 23:39:45 -04:00
datamodel.rst Fix typo in datamodel.rst (GH-6964) 2018-06-02 07:53:30 -07:00
executionmodel.rst bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) 2017-05-22 14:09:55 -07:00
expressions.rst Fix lambda parameters being refered as arguments (GH-7037) 2018-05-22 01:07:28 -07:00
grammar.rst
import.rst Clarify that __path__ can't be just any value (GH-6554) 2018-04-20 16:45:14 -07:00
index.rst
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) 2018-01-31 17:02:57 -05:00
simple_stmts.rst String annotations [PEP 563] (#4390) 2018-01-26 08:20:18 -08:00
toplevel_components.rst