diff --git a/content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py b/content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py index c8c81ef646..e6dcf69544 100644 --- a/content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py +++ b/content/_code-samples/airgapped-wallet/py/airgapped-wallet-TEST.py @@ -101,7 +101,7 @@ def get_path(file): """ global File_ - # Checks what OS is being us + # Checks what OS is being used OS = platform.system() usr = Path.home()