There are incorrect Source urls on several functions defined in utils. They are linking to a utils.py file, which was turned into a subpackage, so now they are located in utils/__init__.py.
The only changes are in docstrings.
Contribution Checklist
If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.
[ ] My contribution is listed in CHANGELOG.md with attribution.
[ ] My contribution modifies code in the main library.
[ ] My modifications are tested.
[ ] My modifications are documented.
Optional
If you make major changes to the core library, please run make alltests and copy-paste the content of alltests.txt below.
Description
There are incorrect Source urls on several functions defined in
utils
. They are linking to autils.py
file, which was turned into a subpackage, so now they are located inutils/__init__.py
.The only changes are in docstrings.
Contribution Checklist
If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.
Optional
If you make major changes to the core library, please run
make alltests
and copy-paste the content ofalltests.txt
below.