From 21dc5ec3deb8bba550b39e059e8a8b41a1967153 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 13 Feb 2020 18:10:08 +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 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()" ] }, {