Skip to content

Commit

Permalink
Fix issue number typo
Browse files Browse the repository at this point in the history
  • Loading branch information
faucamp committed Aug 25, 2013
1 parent 6a5cb24 commit 8b848c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsmmodem/modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ def _parseCusdResponse(self, lines):
@rtype: gsmmodem.modem.Ussd
"""
if len(lines) > 1:
# Issue #21: Some modem/network combinations use \r\n as in-message EOL indicators;
# Issue #20: Some modem/network combinations use \r\n as in-message EOL indicators;
# - join lines to compensate for that (thanks to davidjb for the fix)
# Also, look for more than one +CUSD response because of certain modems' strange behaviour
cusdMatches = list(self.CUSD_REGEX.finditer('\r\n'.join(lines)))
Expand Down

0 comments on commit 8b848c0

Please sign in to comment.