diff --git a/python/1__10_Modules_Packages.ipynb b/python/1__10_Modules_Packages.ipynb index 1bb91bc..1033b6c 100644 --- a/python/1__10_Modules_Packages.ipynb +++ b/python/1__10_Modules_Packages.ipynb @@ -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() #you will get an error, keep on reading" + "plurals.get_plural()" ] }, {