Skip to content

Commit 86d3fef

Browse files
committed
remove grammer error in recent changelog
just make it much more brief and remove the error in what about n-1
1 parent 34c12cd commit 86d3fef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ Changes
5050
block transfer as documented, but was improperly implemented as the number
5151
of failures allowed for the total duration of the transfer, `PR #21
5252
<https://github.com/tehmaze/xmodem/pull/21>`_.
53-
* bugfix: ``send(retry=n)`` and ``recv(retry=n)`` would not retry ``n-1``
54-
times, rather than ``n`` times as documented, causing 'retry=1' to never
55-
retry, for example.
53+
* bugfix: ``send(retry=n)`` and ``recv(retry=n)`` should retry ``n`` times
54+
as documented, was retrying ``n - 1``.
5655

5756
0.4.3:
5857
* bugfix: ``putc()`` callback was called in series, 3 times for each part of

0 commit comments

Comments
 (0)