Commit c01f3fb
authored
[DOC] Fix typo and duplicated phrase in MCTS class docstring (#370)
**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
Co-authored-by: rupeshca007 <rupeshca007@users.noreply.github.com>1 parent 37fdfe9 commit c01f3fb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments