Merge pull request #387 from simonkirbysimonkirby/fix-typo

Fix a typo
This commit is contained in:
Roger Labbe 2022-05-15 10:59:26 -07:00 committed by GitHub
commit 6900882c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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