Skip to content

Commit 321ec18

Browse files
danceratopzclaude
andauthored
docs: fix grammar in tests/istanbul and tests/berlin (#48)
Fix grammar issues in docstrings: - test_blake2_delegatecall.py: "before and after added" -> "before and after being added" - test_precompile_warming.py: "a precompile addresses" -> "precompile addresses" Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5f52ded commit 321ec18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

repo_subpaths_for_grammar_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete
1616
- [x] `tests/json_infra/**/*.py` (~22 files)
1717
- [x] `tests/shanghai/**/*.py` (~19 files)
1818
- [x] `tests/byzantium/**/*.py` (~11 files)
19-
- [ ] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)
19+
- [x] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)
2020
- [ ] `tests/constantinople/**/*.py`, `amsterdam/**/*.py` (~16 files)
2121
- [ ] `tests/london/**/*.py`, `homestead/**/*.py`, `paris/**/*.py` (~17 files)
2222
- [ ] `tests/*.py`, `tests/common/**/*.py`, `tests/evm_tools/**/*.py` (~5 files)

tests/berlin/eip2929_gas_cost_increases/test_precompile_warming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_precompile_warming(
103103
pre: Alloc,
104104
) -> None:
105105
"""
106-
Call BALANCE of a precompile addresses before and after a fork.
106+
Call BALANCE of precompile addresses before and after a fork.
107107
108108
According to EIP-2929, when a transaction begins, accessed_addresses is
109109
initialized to include:

tests/istanbul/eip152_blake2/test_blake2_delegatecall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Test delegatecall to Blake2B Precompile before and after added.
2+
Test delegatecall to Blake2B Precompile before and after being added.
33
"""
44

55
import pytest

0 commit comments

Comments
 (0)