-
Notifications
You must be signed in to change notification settings - Fork 27
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: Use more precise name
instead of object_name
for _sort_summary_list
error msg
#244
Conversation
PR Description updated to latest commit (e392942) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
bug_fix
Description
_sort_summary_list
method to useself.name
instead ofself.object_name
, enhancing error clarity and precision.Changes walkthrough
autodocumenters.py
Update Error Message for Precise Naming in `_sort_summary_list`
sphinxcontrib/autodoc_pydantic/directives/autodocumenters.py
_sort_summary_list
to useself.name
instead of
self.object_name
for more precise error reporting.