[issue25679] Fix typo in Doc/reference/executionmodel.rst
New submission from Novice Live: > 4. Execution model > 4.1. Structure of a programm You see. -- assignee: docs@python components: Documentation files: executionmodel-typo.patch keywords: patch messages: 254962 nosy: docs@python, n0vicelive priority: normal severity: normal status: open title: Fix typo in Doc/reference/executionmodel.rst Added file: http://bugs.python.org/file41092/executionmodel-typo.patch ___ Python tracker <http://bugs.python.org/issue25679> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue23561] a little typo in dis.rst; need a non-trivial preceding dot
New submission from Novice Live: it is likely that the author of dis.rst omitted two non-trivial preceding dots. in the 'Bytecode analysis' section, both :meth:`dis` and :func:`dis` have no preceding dots before 'dis'. the dots may be trivial elsewhere, but they are non-trivial here. otherwise, the hyperlinks will be unexpectedly targeted to the top of the dis module, rather than the corresponding dis method or function. ref. :meth:`.timeit`, where the 'timeit' was preceded by a dot, in timeit.rst. :) -- assignee: docs@python components: Documentation files: dis_typo.patch keywords: patch messages: 237039 nosy: docs@python, n0vicelive priority: normal severity: normal status: open title: a little typo in dis.rst; need a non-trivial preceding dot versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file38297/dis_typo.patch ___ Python tracker <http://bugs.python.org/issue23561> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue24057] trivial typo in datetime.rst: needing a preceding dot
New submission from Novice Live: a non-trivial dot is needed for the hyperlink to make sense, or the link will jump to the start of the documentation, which doesn't make sense. the same typo as in http://bugs.python.org/issue23561. -- assignee: docs@python components: Documentation files: datetime_typo.patch keywords: patch messages: 241998 nosy: docs@python, n0vicelive priority: normal severity: normal status: open title: trivial typo in datetime.rst: needing a preceding dot versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file39202/datetime_typo.patch ___ Python tracker <http://bugs.python.org/issue24057> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com