Skip to content

Commit

Permalink
chore: fix typo (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed May 4, 2022
1 parent 016ca11 commit f30ede9
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 f30ede9

Please sign in to comment.