Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Nov 11, 2023
1 parent 1fbb53e commit 7c28fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphslam/edge/base_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _calc_jacobian(self, err, dim, vertex_index):
Parameters
----------
err : np.ndarray
The current error for the edge (see :meth:`BaseEdge.calc_error`)
The current error for the edge (see :math:`BaseEdge.calc_error`)
dim : int
The dimensionality of the compact pose representation
vertex_index : int
Expand Down

0 comments on commit 7c28fa9

Please sign in to comment.