Skip to content

Commit 1498868

Browse files
miohtamafselmo
authored andcommitted
address comments on PR #2722
1 parent 87b4b19 commit 1498868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/web3.eth.account.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ or see a full list of things you can do in the docs for
5858
Creating a Private Key
5959
----------------------
6060

61-
Each Ethereum address has a matchign private key. To create a new Ethereum
61+
Each Ethereum address has a matching private key. To create a new Ethereum
6262
account you can just generate a random number that acts as a private key.
6363

64-
- A private key is just a random unguessable, or cryptograpgically safe, 256-bit integer number
64+
- A private key is just a random unguessable, or cryptographically safe, 256-bit integer number
6565

6666
- A valid private key is > 0 and < max private key value (a number above the elliptic curve order FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141)
6767

68-
- Private keys do not have checksums or anything like that
68+
- Private keys do not have checksums.
6969

7070
To create a private key using Web3.py and command line you can do:
7171

@@ -89,7 +89,7 @@ private key=0x480c4aec9fa..., account=0x9202a9d5D2d129CB400a40e00aC822a53ED81167
8989
Funding a New Account
9090
---------------------
9191

92-
If you create a private key it comes with its own Ethereum address.
92+
If you create a private key, it comes with its own Ethereum address.
9393
By default, the balance of this address is zero.
9494
Before you can send any transactions with your account,
9595
you need to top up.

0 commit comments

Comments
 (0)