Fix typo in markdown

Typo in class 'filterpy'
This commit is contained in:
Simon Kirby 2021-07-20 14:17:38 +01:00
parent 24b9fb3cf7
commit ad8aca83ae

View File

@ -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."
]
},
{