Pluralize consistently.
This commit is contained in:
parent
ee49936330
commit
1a573c4986
2 changed files with 2 additions and 2 deletions
|
@ -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