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
why: The doctest examples were using line continuation with backslash followed by ellipsis which caused syntax errors during doctest execution.
what: Replace multiline examples with simpler single-line assertions and use intermediate variables to make the examples more readable
0 commit comments