[issue34804] Repetition of 'for example' in documentation

New submission from Aydin bagiyevaydin@gmail.com:
In the documentation of Python 3.7.0 there is an error in the usage of the world 'for example'.
---------- assignee: docs@python components: Documentation files: Functional Programming HOWTO — Python 3.7.0 documentation.png messages: 326418 nosy: docs@python, rarblack priority: normal severity: normal status: open title: Repetition of 'for example' in documentation versions: Python 3.7 Added file: https://bugs.python.org/file47825/Functional Programming HOWTO — Python 3.7.0 documentation.png
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Pablo Galindo Salgado pablogsal@gmail.com added the comment:
Can you provide a link to the occurence of this repetition?
Thanks!
---------- nosy: +pablogsal
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Aydin bagiyevaydin@gmail.com added the comment:
https://docs.python.org/3/howto/functional.html
In the 5th paragraph.
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Change by Serhiy Storchaka storchaka+cpython@gmail.com:
---------- nosy: +akuchling
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Change by Aydin bagiyevaydin@gmail.com:
---------- versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.8
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Raymond Hettinger raymond.hettinger@gmail.com added the comment:
Though stylistically odd, the repeated text is correct. If Andrew feels like amending it, that would be nice; otherwise, I don't think it is worth the micro-edit.
---------- nosy: +rhettinger priority: normal -> low
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________

Change by Irit Katriel iritkatriel@yahoo.com:
---------- keywords: +easy versions: +Python 3.10 -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue34804 _______________________________________
participants (5)
-
Aydin
-
Irit Katriel
-
Pablo Galindo Salgado
-
Raymond Hettinger
-
Serhiy Storchaka