[docs] [issue32744] PEP 342 double colons typos in code

Dmitry Alimov report at bugs.python.org
Thu Feb 1 12:43:36 EST 2018


New submission from Dmitry Alimov <dvalimov at gmail.com>:

I've found "double colons" typos in examples:

@consumer
def jpeg_writer(dirname)::  # 1) here
    fileno = 1

and

        try:
            while self.running and self.queue::  # 2) here
               func = self.queue.popleft()

----------
assignee: docs at python
components: Documentation
messages: 311458
nosy: delimitry, docs at python
priority: normal
severity: normal
status: open
title: PEP 342 double colons typos in code
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32744>
_______________________________________


More information about the docs mailing list