Skip to content

Commit

Permalink
0.0.3: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 25, 2023
1 parent f41f6bc commit bb76cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Defines the ungrouping of parent elements assuming that the parent elements are
integers: Stream[int] = integer_batches.flatten()
```

It also has an optional `n_threads` parameter to flatten concurrently several parent streamables.
It also has an optional `n_threads` parameter to flatten concurrently several parent iterables.

## `.chain`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name='streamable',
version='0.0.2',
version='0.0.3',
packages=find_packages(),
package_data={"streamable": ["py.typed"]},
url='http://github.com/bonnal-enzo/streamable',
license='Apache 2.',
author='bonnal-enzo',
author_email='bonnal.enzo.dev@gmail.com',
description='Ease the manipulation of streamables.'
description='Ease the manipulation of iterables.'
)

0 comments on commit bb76cf8

Please sign in to comment.