Pluralize consistently.

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

View file

@ -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: