projects
/
pypid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c020d
)
examples/pid_response.py: Fix 'intergral' -> 'integral' typo
author
W. Trevor King
<wking@tremily.us>
Mon, 29 Apr 2013 10:52:43 +0000
(06:52 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 29 Apr 2013 10:52:43 +0000
(06:52 -0400)
examples/pid_repsonse.py
patch
|
blob
|
history
diff --git
a/examples/pid_repsonse.py
b/examples/pid_repsonse.py
index a724c1430b0f01539fd566535f5bb6f668799921..4c70cd2e7dcb78d9d0f2cadf9872c925797b9190 100755
(executable)
--- a/
examples/pid_repsonse.py
+++ b/
examples/pid_repsonse.py
@@
-47,7
+47,7
@@
parser.add_argument(
help='process gain (output units over input units)',)
parser.add_argument(
'-I', '--integral', metavar='TIME', type=float, default=None,
- help='inte
r
gral gain timescale')
+ help='integral gain timescale')
parser.add_argument(
'-D', '--derivative', metavar='TIME', type=float, default=None,
help='derivative gain timescale')