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 08c035d commit 3349425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/array_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# The methods which the client calls to interact with the server. Notice that
# the client effectively builds everything which it needs in each case; the
# server is completely passive and doesn't actually have any specialised
# server is completely passive and doesn't actually have any specialized
# networking code etc.

def unflatten(src, dst, chunk_size=4096):
Expand Down Expand Up @@ -144,7 +144,7 @@ def flatten(src, dst, chunk_size=4096):
host = 'localhost'
port = ss.getLocalPort()

# Start sending from the Java server, this will block under the Python
# Start sending from the Java server, this will block until the Python
# client connects
def write():
try:
Expand Down

0 comments on commit 3349425

Please sign in to comment.