jquast / wcwidth

Python library that measures the width of unicode strings rendered to a terminal
Other
393 stars 58 forks source link

spellfix about ``n`` argument #108

Closed jquast closed 9 months ago

jquast commented 9 months ago

Small docstring fix - Nobody should be using this argument, anyway!

It is a holdover from the C POSIX function signature

GalaxySnail commented 9 months ago

Nobody should be using this argument, anyway!

It is a holdover from the C POSIX function signature

Shall we metion it in the docstring?

jquast commented 9 months ago

sure

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (076164e) 100.00% compared to head (ca767c8) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #108 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 105 105 Branches 25 25 ========================================= Hits 105 105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.