diff --git a/ignite/handlers/wandb_logger.py b/ignite/handlers/wandb_logger.py index 0264f27d8c9..89675c00fe7 100644 --- a/ignite/handlers/wandb_logger.py +++ b/ignite/handlers/wandb_logger.py @@ -26,7 +26,7 @@ class WandBLogger(BaseLogger): Args: args: Positional arguments accepted by `wandb.init`. kwargs: Keyword arguments accepted by `wandb.init`. - Please see `wandb.init `_ for documentation of possible parameters. + Please see `wandb.init `_ for documentation of possible parameters. Examples: .. code-block:: python