Skip to content

Commit

Permalink
#20 Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Apr 7, 2016
1 parent 42ac3e4 commit ff43ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umodbus/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def handle(self):
while True:
request_adu = self.request.recv(1024)

# When client terminate connection length of request_adu is 0.
# When client terminates connection length of request_adu is 0.
if len(request_adu) == 0:
return

Expand Down

0 comments on commit ff43ee5

Please sign in to comment.