mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-09 03:07:00 +00:00
[commands] Remove duplicated quote entries
Remove two duplicated entries from the quote mapping in commands.view.
These were introduced at the creation of this mapping in ea061ef
.
This commit is contained in:
@ -112,12 +112,10 @@ class StringView:
|
|||||||
# map from opening quotes to closing quotes
|
# map from opening quotes to closing quotes
|
||||||
_quotes = {
|
_quotes = {
|
||||||
'"': '"',
|
'"': '"',
|
||||||
"«": "»",
|
|
||||||
"‘": "’",
|
"‘": "’",
|
||||||
"‚": "‛",
|
"‚": "‛",
|
||||||
"“": "”",
|
"“": "”",
|
||||||
"„": "‟",
|
"„": "‟",
|
||||||
"‹": "›",
|
|
||||||
"⹂": "⹂",
|
"⹂": "⹂",
|
||||||
"「": "」",
|
"「": "」",
|
||||||
"『": "』",
|
"『": "』",
|
||||||
|
Reference in New Issue
Block a user