Skip to content

Commit 95f5ca1

Browse files
authored
Merge pull request #24 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 15adf22 + d7272be commit 95f5ca1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arvideo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _first_half(data):
208208

209209

210210
def _second_half(data):
211-
"""Helper function to precompute the nonzeror values in a 15 bit datum.
211+
"""Helper function to precompute the nonzero values in a 15 bit datum.
212212
"""
213213
# data has to be 15 bits wide
214214
streamlen = 0

libardrone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def at(self, cmd, *args, **kwargs):
148148
def commwdg(self):
149149
"""Communication watchdog signal.
150150
151-
This needs to be send regulary to keep the communication w/ the drone
151+
This needs to be send regular to keep the communication w/ the drone
152152
alive.
153153
"""
154154
self.at(at_comwdg)
@@ -295,7 +295,7 @@ def at_anim(seq, anim, d):
295295
Makes the drone execute a predefined movement (animation).
296296
297297
Parameters:
298-
seq -- sequcence number
298+
seq -- sequence number
299299
anim -- Integer: animation to play
300300
d -- Integer: total duration in sections of the animation
301301
"""

0 commit comments

Comments
 (0)