Pluralize consistently.
This commit is contained in:
parent
ee49936330
commit
1a573c4986
2 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ and update your inara.cz profile automatically.
|
|||
|
||||
## 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
|
||||
you for a verification code. Check your inbox for this code. (you should only have to do this once)
|
||||
|
|
|
@ -7,7 +7,7 @@ from os import path
|
|||
import os
|
||||
|
||||
class Config():
|
||||
app_dir = path.join(path.expanduser('~'), '.ed_tool/')
|
||||
app_dir = path.join(path.expanduser('~'), '.ed_tools/')
|
||||
|
||||
def __init__(self):
|
||||
try:
|
||||
|
|
Reference in a new issue