change flag example to a country, that deserve it

Wieland Strauß 2022-04-04 16:35:03 +02:00
parent 316a5e6c2c
commit ce008f3696

@ -420,8 +420,8 @@ def flag(code):
'🇩🇪'
>>> flag('us')
'🇺🇸'
>>> flag('ru')
'🇷🇺'
>>> flag('ua')
'🇺🇦'
```
---