Skip to content

Commit

Permalink
Update base.py (#805)
Browse files Browse the repository at this point in the history
Fixed a copy-paste typo in crop_to_pointcloud_proportion documentation
  • Loading branch information
georgesterpu authored and Patrick Snape committed May 30, 2017
1 parent 58671b2 commit 5b369a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menpo/image/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def crop_to_pointcloud_proportion(self, pointcloud, boundary_proportion,
return_transform=False):
r"""
Return a copy of this image cropped so that it is bounded around a
pointcloud with an optional ``n_pixel`` boundary.
pointcloud with a border proportional to the pointcloud spread or range.
Parameters
----------
Expand Down

0 comments on commit 5b369a6

Please sign in to comment.