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: respect indentation in multiline Python comments #37

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

barjin
Copy link

@barjin barjin commented Jan 8, 2025

Fixes cases when the docstring parser parses:

Args:
    first_param: has a multiline comment with a colon in the
        wrong: place

as { first_param: "has a multiline comment with a colon in the", wrong: "place" }.

@barjin barjin self-assigned this Jan 8, 2025
@barjin barjin merged commit dcad749 into master Jan 8, 2025
3 checks passed
@barjin barjin deleted the fix/multiline-indent-comment branch January 8, 2025 10:19
barjin added a commit to apify/crawlee-python that referenced this pull request Jan 8, 2025
Bumps the `@apify/docusaurus-plugin-typedoc-api` package to the version
with patched comment parsing (see
apify/docusaurus-plugin-typedoc-api#37)
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.

1 participant