Fixed incorrect code example in README

This commit is contained in:
Ilya Semenov 2016-06-17 14:27:39 +06:00
parent bc496f64be
commit a3c5a40138

View file

@ -46,7 +46,7 @@ Usage
.. code:: python .. 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. All generators are divided by "races", so that all generators of elven names are placed in the module ``pynames.generators.elven``, etc.