Skip to content

[DOC] Fix typo and duplicated phrase in MCTS class docstring#370

Open
rupeshca007 wants to merge 1 commit intogc-os-ai:mainfrom
rupeshca007:doc/fix-mcts-docstring-typo
Open

[DOC] Fix typo and duplicated phrase in MCTS class docstring#370
rupeshca007 wants to merge 1 commit intogc-os-ai:mainfrom
rupeshca007:doc/fix-mcts-docstring-typo

Conversation

@rupeshca007
Copy link
Copy Markdown

Title: [DOC] Fix typo and duplicated phrase in MCTS class docstring


Reference Issues/PRs

Fixes #369

What does this implement/fix? Explain your changes.

Fixes a typo and a confusing duplicated phrase in the MCTS class docstring located in pyaptamer/mcts/_algorithm.py.

Specifically:

  • Fixed "aptamr""aptamer"
  • Removed the accidental repetition in the sentence: "generation as described in aptamer generation as described in [1]_""generation as described in [1]_"

Changes

Files changed: pyaptamer/mcts/_algorithm.py (2 lines modified)

Any other comments?

  • Documentation-only change (no logic or test changes needed)
  • Verified the docstring renders correctly with numpydoc format
  • No new dependencies or breaking changes

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.

[BUG]: Multiple typos in MCTS docstring

1 participant