1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-22 06:22:29 +00:00

Update 1__10_Modules_Packages.ipynb

This commit is contained in:
Carlos A. Iglesias 2020-02-13 18:10:08 +01:00 committed by GitHub
parent db99033727
commit 21dc5ec3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() #you will get an error, keep on reading" "plurals.get_plural()"
] ]
}, },
{ {