Skip to content

Commit

Permalink
Fixed a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsrp-deshaw committed Sep 20, 2024
1 parent 3349425 commit 5c58af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/array_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def unflatten(src, dst, chunk_size=4096):
# using the Java socket in the window between its creation and the
# connection from the Python client.

# This method realies on the source and destination matching in shape
# This method relies on the source and destination matching in shape
if tuple(src.shape) != tuple(dst.shape):
raise ValueError(
"Source shape, %s, does not match the destination shape, %s" % (
Expand Down

0 comments on commit 5c58af8

Please sign in to comment.