]> granicus.if.org Git - python/commit
Improve enum.Flag code example (GH-5167)
authorJulian Kahnert <mail@juliankahnert.de>
Sat, 13 Jan 2018 03:35:57 +0000 (04:35 +0100)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 13 Jan 2018 03:35:57 +0000 (19:35 -0800)
commit0f31c74fcfdec8f9e6157de2c366f2273de81677
treec666768195cd83b28a72e8bde6a53b43894e4a2d
parentbca42186b69e2e615d29d0d4fdb493c9fe71c48b
Improve enum.Flag code example (GH-5167)

The code example that demonstrate how to use enum.Flag was missing
the import of enum.auto.
Doc/library/enum.rst