We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b5e5 commit 5f51915Copy full SHA for 5f51915
message_passing/introduction/activities.py
@@ -19,7 +19,7 @@ async def call_greeting_service(to_language: Language) -> Optional[str]:
19
Language.FRENCH: "Bonjour, monde",
20
Language.HINDI: "नमस्ते दुनिया",
21
Language.PORTUGUESE: "Olá mundo",
22
- Language.SPANISH: "¡Hola mundo",
+ Language.SPANISH: "Hola mundo",
23
}
24
await asyncio.sleep(0.2) # Simulate a network call
25
return greetings.get(to_language)
0 commit comments