def get_logger(name, *args, **kwargs):
-    """ factor for :py:class:`I2nLogger`: create new or return existing object
+    """ factory for :py:class:`I2nLogger`: create new or return existing object
 
-    all args as in :py:class:`I2nLogger` constructor; will be ignored if logger
-    with given name exists already!
+    all args as in :py:class:`I2nLogger` constructor; args will be ignored if
+    logger with given name exists already!
     """
 
     if name in _i2n_loggers:
 
     return float(counter) / 10.**(n_digits(counter)-1.) in (1., 2., 3., 6.)
 
-
 def test_short_level_format():
     """ quick test of :py:class:`ShortLevelFormatter` """