Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Mar 28, 2022
1 parent da1dd85 commit 26d515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guides/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Here are some suggestions when encoding large number of Documents:
c = Client(...)
c.encode(data_gen())
```
Yield raw strings is aslo acceptable, e.g. to encode all images under a directory, you can simply do:
Yield raw strings is also acceptable, e.g. to encode all images under a directory, you can simply do:
```python
from glob import iglob

Expand Down

0 comments on commit 26d515e

Please sign in to comment.