Pluralize consistently.

This commit is contained in:
Anna Rose 2015-10-25 20:52:15 -04:00
parent ee49936330
commit 1a573c4986
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ and update your inara.cz profile automatically.
## Usage ## Usage
Run one of the tools to create a blank config file, or copy the provided one into ~/.ed_tool/. Run one of the tools to create a blank config file, or copy the provided one into ~/.ed_tools/.
Provide your username and password in the config, then run either script again. It will prompt Provide your username and password in the config, then run either script again. It will prompt
you for a verification code. Check your inbox for this code. (you should only have to do this once) you for a verification code. Check your inbox for this code. (you should only have to do this once)

View File

@ -7,7 +7,7 @@ from os import path
import os import os
class Config(): class Config():
app_dir = path.join(path.expanduser('~'), '.ed_tool/') app_dir = path.join(path.expanduser('~'), '.ed_tools/')
def __init__(self): def __init__(self):
try: try: