Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorboard/defs/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def tf_inline_pngs(name, html_template, images, out):
"""Inline png images in html.

Replaces %<file_basename>.png% in the input `html_template` with a data URI
containing the base64-encoded image content of the corresopnding .png files
containing the base64-encoded image content of the corresponding .png files
in the `images` input.

In case there is a collision in the base file name, the first instance will
Expand Down
2 changes: 1 addition & 1 deletion tensorboard/defs/inline_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Inline png images in html.

Replaces %*.png% in the input .html file with a data URI containing the
base64-encoded image content of the corresopnding .png files in the images/
base64-encoded image content of the corresponding .png files in the images/
subdirectory.
"""

Expand Down