We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0c65c7 + f227326 commit 7d97472Copy full SHA for 7d97472
1 file changed
XRPLib/controller.py
@@ -5,7 +5,7 @@ class Controller:
5
6
def update(self, input) -> float:
7
"""
8
- Handle a new ypdate of this control loop given an effected input.
+ Handle a new update of this control loop given an effected input.
9
10
:param error: The input to this controller for a given update. Usually an error or some other correctable value
11
:type error: float
0 commit comments