Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foghegehog committed Feb 25, 2020
1 parent 418b7e7 commit 5baaa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_retinanet/bin/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def parse_args(args):


def main(args=None):
# parse argumentsbin
# parse arguments
if args is None:
args = sys.argv[1:]
args = parse_args(args)
Expand Down

0 comments on commit 5baaa7c

Please sign in to comment.