Skip to content

chore: fix comment typos in core and utils - #1416

Open
genisis0x (genisis0x) wants to merge 1 commit into
microsoft:mainfrom
genisis0x:chore/typo-sweep-core-utils
Open

chore: fix comment typos in core and utils#1416
genisis0x (genisis0x) wants to merge 1 commit into
microsoft:mainfrom
genisis0x:chore/typo-sweep-core-utils

Conversation

@genisis0x

@genisis0x genisis0x (genisis0x) commented May 14, 2026

Copy link
Copy Markdown

Summary

Sweep of inline-comment / docstring typos surfaced by codespell.

  • rdagent/core/evolving_agent.py: compelete -> complete (and tidy be break down -> be broken down in the same line).
  • rdagent/core/proposal.py: Runable reuslts -> Runnable results; unifiy the loop_id -> unify the loop_id.
  • rdagent/utils/agent/tpl.py: Content loading prioirties -> Content loading priorities.
  • rdagent/utils/workflow/loop.py: two incase user override notes -> in case user overrides; one comparision target in feedbck -> comparison target in feedback.

Comment/docstring-only; no behavior change.

Test plan

  • python3 -m ast parses all four files cleanly.
  • Diff shows only inline-comment / docstring lines.

📚 Documentation preview 📚: https://RDAgent--1416.org.readthedocs.build/en/1416/

Sweep of inline-comment / docstring typos surfaced by codespell.

- rdagent/core/evolving_agent.py: 'compelete' -> 'complete' (and tidy
  'be break down' -> 'be broken down' in the same line).
- rdagent/core/proposal.py: 'Runable reuslts' -> 'Runnable results';
  'unifiy the loop_id' -> 'unify the loop_id'.
- rdagent/utils/agent/tpl.py: 'Content loading prioirties' ->
  'Content loading priorities'.
- rdagent/utils/workflow/loop.py: two 'incase user override' notes ->
  'in case user overrides'; one 'comparision target in feedbck' ->
  'comparison target in feedback'.

Comment/docstring-only; no behavior change.
@genisis0x

Copy link
Copy Markdown
Author

Read the CLA — all clear from my side.

@microsoft-github-policy-service agree

@bozarnr Newman Gao (bozarnr) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the comment/docstring typo sweep. The changes are limited to comments/docstrings in core/proposal/template/loop code and do not alter executable logic. The corrected wording also improves a couple of previously ambiguous notes, especially the feedback/comparison comment in workflow/loop.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants