No special case for 2-tuple humanize_list #2906
Labels
Category: Core - API - Utils Package
This is related to stuff in `redbot.core.utils`
Status: In Progress
There's a PR open to deal with this, or an org member is working on this internally
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Other bugs
What were you trying to do?
use humanize_list with a 2-item list
What were you expecting to happen?
returns "x and y"
What actually happened?
returns "x, and y"
note the comma here
How can we reproduce this issue?
use humanize_list on a 2-tuple
The text was updated successfully, but these errors were encountered: