Fix typos in documentation and code comments#225
Conversation
- Fix 'qudratic' to 'quadratic' in pyproject.toml keywords - Fix 'gauranteed' to 'guaranteed' in generic.py docstring - Fix 'conver' to 'convert' in generic.py comment - Remove commented-out dead code in generic.py
|
Thanks @Ao-chuba . I've tagged the maintainer for Procrustes but if you don't get a review in the next few days, let me know and do it myself. |
There was a problem hiding this comment.
Pull request overview
This pull request addresses issue #224 by fixing multiple typos in documentation and code comments across the codebase. The changes include correcting misspellings in keywords metadata and improving code comment clarity by fixing typos and removing redundant commented-out code.
Changes:
- Corrected 'qudratic' to 'quadratic' in project keywords
- Fixed 'gauranteed' to 'guaranteed' in docstring
- Fixed 'conver' to 'convert' in code comment
- Removed duplicated commented-out code
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Fixed typo in keywords: 'qudratic' → 'quadratic' for "quadratic assignment problem" |
| procrustes/generic.py | Corrected typos in docstring and comments; removed duplicate commented-out line |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@PaulWAyers, thank you for looping in the maintainer. Also whenever you get a chance could you please review the approach I suggested in the GSoC project idea proposal in the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #225 +/- ##
=======================================
Coverage ? 94.13%
=======================================
Files ? 11
Lines ? 802
Branches ? 0
=======================================
Hits ? 755
Misses ? 47
Partials ? 0
🚀 New features to boost your workflow:
|
@tovrstra @PaulWAyers
closes Fix Typos in Documentation, Keywords, and Comments #224