From 10d8cc7a6a7493d1ae56e337c7b4ed1c6141f754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ericson?= Date: Fri, 14 Oct 2016 05:20:53 -0300 Subject: [PATCH] Typo in setutils docstring --- boltons/setutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltons/setutils.py b/boltons/setutils.py index b7d5392..3331069 100644 --- a/boltons/setutils.py +++ b/boltons/setutils.py @@ -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