From db9903372729b769493829e0f5bd5f7c8916efe4 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 13 Feb 2020 18:08:25 +0100 Subject: [PATCH] Update 1__10_Modules_Packages.ipynb --- python/1__10_Modules_Packages.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/1__10_Modules_Packages.ipynb b/python/1__10_Modules_Packages.ipynb index 1033b6c..1bb91bc 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()" + "plurals.get_plural() #you will get an error, keep on reading" ] }, {