From 1a573c4986464ad3719d21a65a2757a4a8f08928 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sun, 25 Oct 2015 20:52:15 -0400 Subject: [PATCH] Pluralize consistently. --- Readme.md | 2 +- config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7890958..f1d27ce 100644 --- a/Readme.md +++ b/Readme.md @@ -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) diff --git a/config.py b/config.py index c7af579..0dc27ea 100644 --- a/config.py +++ b/config.py @@ -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: