You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuda_bindings: collapse wrapped hyphen spaces in clean_enum_member_docstring
Add _fix_hyphenation_wordwrap_spacing to remove spurious spaces around hyphens
from reflowed __doc__ text ([a-z]- [a-z] and [a-z] -[a-z]), applied until stable.
Use it in clean_enum_member_docstring after whitespace collapse and in
_explanation_dict_text_for_cleaned_doc_compare for symmetric comparison.
Add examples to test_clean_enum_member_docstring_examples.
Made-with: Cursor
0 commit comments