Skip to content

Fix typos: accidentally (ruff.toml), partial (solver_api.py)#20655

Open
bknox83 wants to merge 1 commit intoChia-Network:mainfrom
bknox83:fix/typos-accidentally-partial
Open

Fix typos: accidentally (ruff.toml), partial (solver_api.py)#20655
bknox83 wants to merge 1 commit intoChia-Network:mainfrom
bknox83:fix/typos-accidentally-partial

Conversation

@bknox83
Copy link
Contributor

@bknox83 bknox83 commented Mar 12, 2026

Purpose:

Fix minor typos in comments and docstrings: "accidenatally" → "accidentally" in ruff.toml, and "parital" → "partial" (3 places) in chia/solver/solver_api.py. No behavior changes.

Current Behavior:

  • Comment in ruff.toml line 49: "accidenatally"
  • In chia/solver/solver_api.py: "parital" in docstring and in two log messages

New Behavior:

  • Correct spelling: "accidentally" and "partial"

Testing Notes:

  • No code logic changed; comments and docstrings only.
  • ruff format and ruff check unchanged for these files.

Note

Low Risk
Low risk: changes are limited to spelling corrections in a docstring, log messages, and a ruff.toml comment with no functional impact.

Overview
Fixes minor spelling typos: replaces parital with partial in SolverAPI.solve docstring and log messages, and corrects accidenatally to accidentally in a ruff.toml comment.

Written by Cursor Bugbot for commit 1a918c5. This will update automatically on new commits. Configure here.

@bknox83 bknox83 requested a review from a team as a code owner March 12, 2026 10:29
@bknox83 bknox83 force-pushed the fix/typos-accidentally-partial branch from 0624e51 to 1a918c5 Compare March 12, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants