Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yatbear committed Oct 5, 2023
1 parent 0793c72 commit 00462f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorboard/plugins/hparams/backend_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Context:
API handlers for the HParams plugin backend.
Before adding fields to this class, carefully consider whether the
field truelly needs to be accessible to all API handlers or if it
field truly needs to be accessible to all API handlers or if it
can be passed separately to the handler constructor. We want to
avoid this class becoming a magic container of variables that have
no better place. See http://wiki.c2.com/?MagicContainer
Expand Down Expand Up @@ -221,7 +221,7 @@ def session_groups_from_data_provider(
def _find_experiment_tag(
self, hparams_run_to_tag_to_content, include_metrics
):
"""Finds the experiment associcated with the metadata.EXPERIMENT_TAG
"""Finds the experiment associated with the metadata.EXPERIMENT_TAG
tag.
Returns:
Expand Down Expand Up @@ -369,7 +369,7 @@ def _experiment_from_data_provider_hparams(
experiment_id: String, from `plugin_util.experiment_id`.
include_metrics: Whether to determine metrics_infos and include them
in the result.
data_provider_hparams: The ouput from an hparams_from_data_provider()
data_provider_hparams: The output from an hparams_from_data_provider()
call, corresponding to DataProvider.list_hyperparameters().
A provider.ListHyperparametersResult.
Expand Down

0 comments on commit 00462f1

Please sign in to comment.