1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-21 14:02:28 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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