Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update incorrect URLs in utils/__init__.py #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qthequartermasterman
Copy link

@qthequartermasterman qthequartermasterman commented Jun 7, 2024

Description

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.

[PASTE HERE]

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`.
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.

None yet

1 participant