Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fix typo in bounding_box.py (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored and fmassa committed Jun 17, 2019
1 parent 5a431ef commit eea7b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maskrcnn_benchmark/structures/bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def transpose(self, method):

def crop(self, box):
"""
Cropss a rectangular region from this bounding box. The box is a
Crops a rectangular region from this bounding box. The box is a
4-tuple defining the left, upper, right, and lower pixel
coordinate.
"""
Expand Down

0 comments on commit eea7b82

Please sign in to comment.