Fix typo in markdown
Typo in class 'filterpy'
This commit is contained in:
parent
24b9fb3cf7
commit
ad8aca83ae
@ -1511,7 +1511,7 @@
|
||||
" xs, cov = np.array(xs), np.array(cov)\n",
|
||||
"```\n",
|
||||
"\n",
|
||||
"There's an easy way to avoid this. `filtery.common` provides the `Saver` class which will save all attributes in the Kalman filter class each time `Saver.save()` is called. Let's see it in action and then we will talk about it more."
|
||||
"There's an easy way to avoid this. `filterpy.common` provides the `Saver` class which will save all attributes in the Kalman filter class each time `Saver.save()` is called. Let's see it in action and then we will talk about it more."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user