mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
change flag example to a country, that deserve it
parent
316a5e6c2c
commit
ce008f3696
1 changed files with 2 additions and 2 deletions
|
@ -420,8 +420,8 @@ def flag(code):
|
||||||
'🇩🇪'
|
'🇩🇪'
|
||||||
>>> flag('us')
|
>>> flag('us')
|
||||||
'🇺🇸'
|
'🇺🇸'
|
||||||
>>> flag('ru')
|
>>> flag('ua')
|
||||||
'🇷🇺'
|
'🇺🇦'
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue