Skip to content

Commit

Permalink
Fixes docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJander committed Jun 15, 2020
1 parent c0fce5a commit 3510430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neptune/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ def create_experiment(self,
* If ``abort_callback=callable``, then ``callable`` is executed when `abort experiment` action
in the Web application is triggered.
logger (:obj:`logging.handlers` or `None`, optional, default is ``None``):
If `handler <https://docs.python.org/3.6/library/logging.handlers.html>`_
to `Python logger` is passed, new experiment's `text log`
logger (:obj:`logging.Logger` or `None`, optional, default is ``None``):
If Python's `Logger <https://docs.python.org/3/library/logging.html#logging.Logger>`_
is passed, new experiment's `text log`
(see: :meth:`~neptune.experiments.Experiment.log_text`) with name `"logger"` is created.
Each time `Python logger` logs new data, it is automatically sent to the `"logger"` in experiment.
As a results all data from `Python logger` are in the `Logs` tab in the experiment.
Expand Down

0 comments on commit 3510430

Please sign in to comment.