Skip to content

Commit

Permalink
Fixed minor documentation typos. (#2933)
Browse files Browse the repository at this point in the history
Signed-off-by: Angraybill <[email protected]>
Co-authored-by: Avi Fenesh <[email protected]>
  • Loading branch information
Angraybill and avifenesh authored Jan 10, 2025
1 parent 73fb37b commit cf635b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ Run from the main `/python` folder

- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort)
- [Black Formetter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)
- [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)
- [Flake8](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8)
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5739,7 +5739,7 @@ async def bitop(
Examples:
>>> await client.set("key1", "A") # "A" has binary value 01000001
>>> await client.set("key1", "B") # "B" has binary value 01000010
>>> await client.set("key2", "B") # "B" has binary value 01000010
>>> await client.bitop(BitwiseOperation.AND, "destination", ["key1", "key2"])
1 # The size of the resulting string stored in "destination" is 1
>>> await client.get("destination")
Expand Down

0 comments on commit cf635b3

Please sign in to comment.