Skip to content

Commit d557dcc

Browse files
committed
digi.xbee.devices: Fix a typo in a docstring
1 parent 191668b commit d557dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digi/xbee/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ def dec_function(self, *args, **kwargs):
11771177
@staticmethod
11781178
def _after_send_method(func):
11791179
"""
1180-
Decorator. Used to check the if response's transmit status is success after a sending operation.
1180+
Decorator. Used to check if the response's transmit status is success after a sending operation.
11811181
"""
11821182
@wraps(func)
11831183
def dec_function(*args, **kwargs):

0 commit comments

Comments
 (0)