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

Fix doc inheritance for Python 3.13 #277

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

JanSellner
Copy link
Contributor

This PR fixes issue #276

Python 3.13 automatically strips leading whitespace in docstrings for performance reasons which makes the _inherit_doc_parameter() decorator fail.

I tested the fix on Python 3.12 and Python 3.13.rc3. Generated docs look good.

@FrancescAlted FrancescAlted merged commit 235b843 into Blosc:main Oct 3, 2024
6 checks passed
@FrancescAlted
Copy link
Member

Thanks @JanSellner !

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.

2 participants