Typo in setutils docstring

This commit is contained in:
André Ericson 2016-10-14 05:20:53 -03:00 committed by GitHub
parent 11ebca45a6
commit 10d8cc7a6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""\
The :class:`set` type brings brings the practical expressiveness of
The :class:`set` type brings the practical expressiveness of
set theory to Python. It has a very rich API overall, but lacks a
couple of fundamental features. For one, sets are not ordered. On top
of this, sets are not indexable, i.e, ``my_set[8]`` will raise an