From 0df71cadf3eb90fe50ce3b3ffb8a328f0291075a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 31 Dec 2025 11:06:53 +0000 Subject: [PATCH] docs: fix grammar in src/ethereum/forks (exceptions, requests, eoa_delegation, dao) Fix duplicate word "a a" -> "a" in multiple requests.py docstrings. --- repo_subpaths_for_grammar_check.md | 2 +- src/ethereum/forks/amsterdam/requests.py | 2 +- src/ethereum/forks/bpo1/requests.py | 2 +- src/ethereum/forks/bpo2/requests.py | 2 +- src/ethereum/forks/bpo3/requests.py | 2 +- src/ethereum/forks/bpo4/requests.py | 2 +- src/ethereum/forks/bpo5/requests.py | 2 +- src/ethereum/forks/osaka/requests.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index 0cdf2a4596..e1d685b998 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -38,7 +38,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete ## src/ethereum/forks - Misc -- [ ] `src/ethereum/forks/*/exceptions.py`, `requests.py`, `vm/eoa_delegation.py`, `dao.py` (~40 files) +- [x] `src/ethereum/forks/*/exceptions.py`, `requests.py`, `vm/eoa_delegation.py`, `dao.py` (~40 files) ## src/ethereum (non-forks) diff --git a/src/ethereum/forks/amsterdam/requests.py b/src/ethereum/forks/amsterdam/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/amsterdam/requests.py +++ b/src/ethereum/forks/amsterdam/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/bpo1/requests.py b/src/ethereum/forks/bpo1/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/bpo1/requests.py +++ b/src/ethereum/forks/bpo1/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/bpo2/requests.py b/src/ethereum/forks/bpo2/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/bpo2/requests.py +++ b/src/ethereum/forks/bpo2/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/bpo3/requests.py b/src/ethereum/forks/bpo3/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/bpo3/requests.py +++ b/src/ethereum/forks/bpo3/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/bpo4/requests.py b/src/ethereum/forks/bpo4/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/bpo4/requests.py +++ b/src/ethereum/forks/bpo4/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/bpo5/requests.py b/src/ethereum/forks/bpo5/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/bpo5/requests.py +++ b/src/ethereum/forks/bpo5/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can diff --git a/src/ethereum/forks/osaka/requests.py b/src/ethereum/forks/osaka/requests.py index 929e973e58..542c9264d3 100644 --- a/src/ethereum/forks/osaka/requests.py +++ b/src/ethereum/forks/osaka/requests.py @@ -1,5 +1,5 @@ """ -Requests were introduced in EIP-7685 as a a general purpose framework for +Requests were introduced in EIP-7685 as a general purpose framework for storing contract-triggered requests. It extends the execution header and body with a single field each to store the request information. This inherently exposes the requests to the consensus layer, which can