Skip to content

Commit d02afeb

Browse files
committed
Docs: use gender neutral language
1 parent 4109876 commit d02afeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you have never created an account before press "Create New Account". Provide
6969

7070
If you already have an account just write the name and the password here.
7171

72-
All accounts are created in the rotkehlchen directory which is located in: `$HOME/.rotkehlchen`. Each user has his own subdirectory.
72+
All accounts are created in the rotkehlchen directory which is located in: `$HOME/.rotkehlchen`. Each user has their own subdirectory.
7373

7474
### Changing the Profit Currency
7575

rotkehlchen/data_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def unlock(self, username: str, password: str, create_new: bool) -> typing.FileP
130130
if not os.path.exists(os.path.join(user_data_dir, 'rotkehlchen.db')):
131131
# This is bad. User directory exists but database is missing.
132132
# Make a backup of the directory that user should probably remove
133-
# on his own. At the same time delete the directory so that a new
133+
# on their own. At the same time delete the directory so that a new
134134
# user account can be created
135135
shutil.move(
136136
user_data_dir,

0 commit comments

Comments
 (0)