]> granicus.if.org Git - python/commit
bpo-32722: Remove useless example in the Classes tutorial (#5446)
authorStéphane Wirtel <stephane@wirtel.be>
Thu, 1 Feb 2018 07:31:07 +0000 (08:31 +0100)
committerXiang Zhang <angwerzx@126.com>
Thu, 1 Feb 2018 07:31:07 +0000 (15:31 +0800)
commitab328756d7fd969ee4882458b07892dff135013c
tree8232995e496e60d338bc8eff66ebbfa67c09b3bc
parent07a1892f825aa8e2853f28acdff3acf522f86322
bpo-32722: Remove useless example in the Classes tutorial (#5446)

In the tutorial about the Generator expression, there is an example with
a dict comprehension and not with a generator expression, just removed
the code.
Doc/tutorial/classes.rst
Misc/NEWS.d/next/Documentation/2018-01-30-11-28-27.bpo-32722.frdp6A.rst [new file with mode: 0644]