Skip to content

Commit 5c88d2f

Browse files
committed
Adjusted comment
1 parent 8efef32 commit 5c88d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_config() -> configparser.ConfigParser:
2929
mcc = os.environ.get("MURFEY_CLIENT_CONFIGURATION")
3030
if mcc:
3131
config_file = Path(mcc)
32-
# If not set, look for 'MURFEY_CLIENT_CONFIG_HOME' or '~', and then to look for '.murfey'
32+
# If not set, look for 'MURFEY_CLIENT_CONFIG_HOME' or '~' and then for '.murfey'
3333
else:
3434
mcch = os.environ.get("MURFEY_CLIENT_CONFIG_HOME")
3535
murfey_client_config_home = Path(mcch) if mcch else Path.home()

0 commit comments

Comments
 (0)