Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku authored Mar 15, 2018
1 parent a8cef17 commit e7cc94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo_sampling/sample_roads.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def main(argv=sys.argv[1:]):
parser = argparse.ArgumentParser(description='Random sample road segments')
parser = argparse.ArgumentParser(description='Randomly sample road segments')
parser.add_argument('input', default=None,
help='Road segments input file')
parser.add_argument('-n', '--n-samples', dest='samples', type=int,
Expand Down

0 comments on commit e7cc94d

Please sign in to comment.