| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The docstring incorrectly referenced Sylvester's sequence (a copy-paste error from maths/sylvester_sequence.py) and used param names that did not match the actual function signature. Fixes TheAlgorithms#15013
| Back | FazBrowse Home | New Git URL |
Describe your change:
The docstring of sumset() in maths/sumset.py contained a copy-paste error from maths/sylvester_sequence.py:
Fixed both so the docstring now accurately describes the parameters and the return value:
No code logic changed — documentation fix only. All existing doctests pass.
Fixes #15013