Skip to content

Commit d7ece5f

Browse files
authored
Merge pull request #21 from jamesleesaunders/base-filename-typos
Correct base filename & documentation link comments
2 parents 11bd49e + a2dbf1f commit d7ece5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

xbee/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
xbee.py
2+
base.py
33
44
By Paul Malmsten, 2010
55
Inspired by code written by Amit Synderman and Marco Sangalli

xbee/tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/python
22
"""
3-
test_xbee.py
3+
test_base.py
44
55
By Paul Malmsten, 2010
66
pmalmsten@gmail.com

xbee/zigbee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ZigBee(XBeeBase):
150150
'parsing': [('parameter',
151151
lambda self, original: self._parse_IS_at_response(original))]
152152
},
153-
b"\xa1": # See http://ftp1.digi.com/support/documentation/90002002.pdf
153+
b"\xa1": # See http://www.digi.com/resources/documentation/digidocs/pdfs/90002002.pdf
154154
{'name':'route_record_indicator',
155155
'structure':
156156
[{'name':'source_addr_long','len':8},

0 commit comments

Comments
 (0)