From a3c5a401389869965ecba24da4fc4315ce7b2d94 Mon Sep 17 00:00:00 2001 From: Ilya Semenov Date: Fri, 17 Jun 2016 14:27:39 +0600 Subject: [PATCH] Fixed incorrect code example in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fbb30ac..9da7b15 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Usage .. code:: python - from pynames.generators import GENDER, LANGUAGE + from pynames import GENDER, LANGUAGE All generators are divided by "races", so that all generators of elven names are placed in the module ``pynames.generators.elven``, etc.