-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add natural_list
#110
Add natural_list
#110
Conversation
Codecov Report
@@ Coverage Diff @@
## main #110 +/- ##
==========================================
- Coverage 99.06% 98.28% -0.78%
==========================================
Files 9 11 +2
Lines 745 759 +14
==========================================
+ Hits 738 746 +8
- Misses 7 13 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
05289bd
to
133a037
Compare
Could you please run the CI again? Thanks. |
for more information, see https://pre-commit.ci
Thanks for the PR! I've made some updates, and because this is a new API, added an underscore to the function. (I'm considering adding underscores to the others too, and having the non-underscore ones be aliases. If so, no need to remove or deprecate the old ones, at least not for a long time.) |
natural_list
to convert a list of items into a comma separated sentence withand
at the last..idea/*
foldercloses #103