Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 21, 2020
1 parent 4d04b7f commit 0bd48a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rowan/mapping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
more general point set registration. If a point cloud has a set of known
symmetries, these can be tested explicitly by :py:mod:`rowan.mapping` to
find the smallest rotation required for optimal mapping. If no such
correspondence is knowna at all, then the iterative closest point algorithm can
correspondence is known at all, then the iterative closest point algorithm can
be used to approximate the mapping.
"""
from __future__ import division, print_function, absolute_import
Expand Down

0 comments on commit 0bd48a7

Please sign in to comment.