mirror of https://github.com/mahmoud/boltons.git
Typo in setutils docstring
This commit is contained in:
parent
11ebca45a6
commit
10d8cc7a6a
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
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
|
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
|
of this, sets are not indexable, i.e, ``my_set[8]`` will raise an
|
||||||
|
|
Loading…
Reference in New Issue