aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-03-24 19:33:41 -0400
committerDeterminant <ted.sybil@gmail.com>2018-03-24 19:33:41 -0400
commitbd6a274131c736f0457b361b16efe599ce67d243 (patch)
tree8aa306d8aff2d44f1536f42160e59abfdb51bfcf
parentf4111040d84cbff1775f9ede3374c6f34b8684c6 (diff)
...
-rw-r--r--README.rst2
-rw-r--r--ethy.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b1043f8..5f66118 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
ethy.py
-------
-This little script offers decryption and verification of some existing
+This little script offers decryption and verification of the existing
Ethereum wallets, as well as generation of a new wallet. You can use any
utf-8 string as the password, which could provide with better security
against the brute-force attack.
diff --git a/ethy.py b/ethy.py
index 4008496..f2b1f5c 100644
--- a/ethy.py
+++ b/ethy.py
@@ -22,7 +22,7 @@
# SOFTWARE.
#
#
-# This little script offers decryption and verification of some existing
+# This little script offers decryption and verification of the existing
# Ethereum wallets, as well as generation of a new wallet. You can use any
# utf-8 string as the password, which could provide with better security
# against the brute-force attack.