Skip to content

Commit ffd6850

Browse files
authored
Merge pull request #606 from dstl/doc_typo
Minor doc typo fixes on non linear measurement models
2 parents e3da986 + 0072ac7 commit ffd6850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stonesoup/models/measurement/nonlinear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class CartesianToElevationBearingRange(NonLinearGaussianMeasurement, ReversibleM
199199
200200
The :py:attr:`mapping` property of the model is a 3 element vector, \
201201
whose first (i.e. :py:attr:`mapping[0]`), second (i.e. \
202-
:py:attr:`mapping[1]`) and third (i.e. :py:attr:`mapping[2`) elements \
202+
:py:attr:`mapping[1]`) and third (i.e. :py:attr:`mapping[2]`) elements \
203203
contain the state index of the :math:`x`, :math:`y` and :math:`z` \
204204
coordinates, respectively.
205205
@@ -338,7 +338,7 @@ class CartesianToBearingRange(NonLinearGaussianMeasurement, ReversibleModel):
338338
339339
The :py:attr:`mapping` property of the model is a 2 element vector, \
340340
whose first (i.e. :py:attr:`mapping[0]`) and second (i.e. \
341-
:py:attr:`mapping[0]`) elements contain the state index of the \
341+
:py:attr:`mapping[1]`) elements contain the state index of the \
342342
:math:`x` and :math:`y` coordinates, respectively.
343343
344344
Note

0 commit comments

Comments
 (0)