Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: garrett-opentensor <[email protected]>
  • Loading branch information
mjurbanski-reef and garrett-opentensor authored Sep 17, 2024
1 parent 68e1d96 commit 8d44f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/keyfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_coldkey_password_from_environment(coldkey_name: str) -> Optional[str]:
else:
warnings.warn(
"Cold key name contains a hyphen. "
"Please use an underscore instead in enviornment variable name. "
"Please use an underscore instead in environment variable name. "
"In future versions all environment variables with hypens will be ignored.",
DeprecationWarning,
)
Expand Down

0 comments on commit 8d44f75

Please sign in to comment.