Skip to content

Commit

Permalink
Minor text fixes (#1776)
Browse files Browse the repository at this point in the history
* Update utils.py

* Minor text fixes.
  • Loading branch information
sebastienvercammen committed Jan 28, 2017
1 parent 0d57009 commit fe8748c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/extras/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
List of Pokemon to NOT encounter for more stats. [env
var: POGOMAP_ENCOUNTER_BLACKLIST]
-ewhtf ENCOUNTER_WHITELIST_FILE, --encounter-whitelist-file ENCOUNTER_WHITELIST_FILE
File containing a list of Pokemon to NOT encounter for
File containing a list of Pokemon to encounter for
more stats. [env var:
POGOMAP_ENCOUNTER_WHITELIST_FILE]
-eblkf ENCOUNTER_BLACKLIST_FILE, --encounter-blacklist-file ENCOUNTER_BLACKLIST_FILE
Expand Down
2 changes: 1 addition & 1 deletion pogom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_args():
'more stats.'))
encounter_list.add_argument('-ewhtf', '--encounter-whitelist-file',
default='', help='File containing a list of '
'Pokemon to NOT encounter for'
'Pokemon to encounter for'
' more stats.')
encounter_list.add_argument('-eblkf', '--encounter-blacklist-file',
default='', help='File containing a list of '
Expand Down

0 comments on commit fe8748c

Please sign in to comment.