Skip to content

Commit bf67436

Browse files
committed
Merge pull request #17 from ferboz/master
Merging minor typo fix from ferboz
2 parents e423645 + 8fdcbab commit bf67436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmodem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class XMODEM(object):
145145
>>> modem = XMODEM(getc, putc)
146146
147147
148-
:param getc: Function to retreive bytes from a stream
148+
:param getc: Function to retrieve bytes from a stream
149149
:type getc: callable
150150
:param putc: Function to transmit bytes to a stream
151151
:type putc: callable

0 commit comments

Comments
 (0)