[coap] fix minor typo (#9180)

This commit is contained in:
Jonathan Hui
2023-06-14 20:07:24 -07:00
committed by GitHub
parent d629ddc947
commit 6d557383e8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
aanother
acount
addrss
afile
aline
anumber
ans
+1 -1
View File
@@ -61,7 +61,7 @@ class CoapOptionsTypes(IntEnum):
class CoapOptionHeader(object):
""" Class representing CoAP optiona header. """
""" Class representing CoAP optional header. """
def __init__(self, delta, length):
self._delta = delta