Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pygsm/gsmmodem.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, *args, **kwargs):
"""
Create a GsmModem object. All of the arguments are passed along
to serial.Serial.__init__ when GsmModem.connect is called. For
all of the possible configration options, see:
all of the possible configuration options, see:

http://pyserial.wiki.sourceforge.net/pySerial#tocpySerial10

Expand Down Expand Up @@ -121,7 +121,7 @@ def _log(self, msg_str, event_type="debug"):
The 'logger' should be a function with three arguments:
modem: a reference to this GsmModem instance
msg_str: the log message (a unicode string)
event_type: a string contaning one of the keys
event_type: a string containing one of the keys
of GsmModem.LOG_LEVELS, indicating
the importance of this message.

Expand Down