1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-08-23 18:22:19 +00:00

Update 1__10_Modules_Packages.ipynb

This commit is contained in:
Carlos A. Iglesias
2020-02-13 18:08:25 +01:00
committed by GitHub
parent 5459e801d5
commit db99033727

View File

@@ -51,7 +51,7 @@
"source": [ "source": [
"# We can import the module plural with import, but we should use the full name\n", "# We can import the module plural with import, but we should use the full name\n",
"import babel.messages.plurals\n", "import babel.messages.plurals\n",
"plurals.get_plural()" "plurals.get_plural() #you will get an error, keep on reading"
] ]
}, },
{ {