Skip to content

Commit 336fdce

Browse files
authored
Merge pull request #3069 from martinholmer/fix-typos
Fix typos in `docs/about/releases.md` documentation
2 parents df442dc + b4a74c0 commit 336fdce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/about/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ for a complete commit history.
4747
- Fix QBID bugs in `TaxIncome` function. Effect:
4848
tmd-26.tables: 2644.3 → 2645.3 (+0.04 percent relative change).
4949
[[#3042](https://github.com/PSLmodels/Tax-Calculator/pull/3042)
50-
by Martin Holmer with the assistant of Claude Code]
50+
by Martin Holmer with the assistance of Claude Code]
5151
- Fix `AMT` function bugs. Effect:
5252
tmd-26.tables: 2645.3 → 2644.0 (-0.05 percent relative change).
5353
[[#3049](https://github.com/PSLmodels/Tax-Calculator/pull/3049)
54-
by Martin Holmer with the assistant of Claude Code]
54+
by Martin Holmer with the assistance of Claude Code]
5555

5656

5757
2026-04-27 Release 6.5.3

docs/contributing/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ In the top-level Tax-Calculator directory, do the following:
1515
--> run `python update_pcl.py` [to update policy_current_law.json]
1616
--> run `make cstest` [to confirm project coding style is being followed]
1717
--> run `make pytest-all` [to confirm all pytest test are passing]
18-
--> run `make idtest` [to check CLI results for CPS, PUF, TMD input data]
1918
--> run `make brtest` [to check CLI results for behavioral responses]
19+
--> run `make idtest` [to check CLI results for CPS and TMD input data]
2020
--> run `make tctest-jit` [to ensure JIT decorators are not hiding bugs]
2121
--> commit X-Y-Z branch and push to origin
2222
--> open new GitHub pull request using your X-Y-Z branch

0 commit comments

Comments
 (0)