Skip to content

Commit

Permalink
Merge pull request rlabbe#34 from sauravrt/typo-fix
Browse files Browse the repository at this point in the history
Correct typo in predict_update docstring
  • Loading branch information
rlabbe committed May 5, 2016
2 parents f1c2b95 + 988f9ed commit 0061879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filterpy/kalman/EKF.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def predict_update(self, z, HJacobian, Hx, args=(), hx_args=(), u=0):
variable.
hx_args : tuple, optional, default (,)
arguments to be passed into HJacobian after the required state
arguments to be passed into Hx after the required state
variable.
u : np.array or scalar
Expand Down

0 comments on commit 0061879

Please sign in to comment.