diff options
Diffstat (limited to 'python/more-itertools')
-rw-r--r-- | python/more-itertools/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/more-itertools/README b/python/more-itertools/README index a97b0b2abf..0dbca0d167 100644 --- a/python/more-itertools/README +++ b/python/more-itertools/README @@ -1,5 +1,3 @@ Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. - -Optional dependency: python3 |