Skip to content

Commit ee73be5

Browse files
oftenoccurSamWilsn
authored andcommitted
chore: remove redundant words
Signed-off-by: oftenoccur <[email protected]>
1 parent bc220ae commit ee73be5

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

src/ethereum/arrow_glacier/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/berlin/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/byzantium/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def is_account_empty(state: State, address: Address) -> bool:
379379
Returns
380380
-------
381381
is_empty : `bool`
382-
True if if an account has zero nonce, empty code and zero balance,
382+
True if an account has zero nonce, empty code and zero balance,
383383
False otherwise.
384384
"""
385385
account = get_account(state, address)

src/ethereum/cancun/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def is_account_empty(state: State, address: Address) -> bool:
438438
Returns
439439
-------
440440
is_empty : `bool`
441-
True if if an account has zero nonce, empty code and zero balance,
441+
True if an account has zero nonce, empty code and zero balance,
442442
False otherwise.
443443
"""
444444
account = get_account(state, address)

src/ethereum/constantinople/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def is_account_empty(state: State, address: Address) -> bool:
379379
Returns
380380
-------
381381
is_empty : `bool`
382-
True if if an account has zero nonce, empty code and zero balance,
382+
True if an account has zero nonce, empty code and zero balance,
383383
False otherwise.
384384
"""
385385
account = get_account(state, address)

src/ethereum/gray_glacier/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/istanbul/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/london/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/muir_glacier/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

src/ethereum/paris/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def is_account_empty(state: State, address: Address) -> bool:
405405
Returns
406406
-------
407407
is_empty : `bool`
408-
True if if an account has zero nonce, empty code and zero balance,
408+
True if an account has zero nonce, empty code and zero balance,
409409
False otherwise.
410410
"""
411411
account = get_account(state, address)

0 commit comments

Comments
 (0)