From 8aa1838bdb6bca999c0ae9d396090d214102dedc Mon Sep 17 00:00:00 2001 From: Jemma Stachelek Date: Wed, 26 Aug 2026 15:53:27 -0600 Subject: [PATCH 1/2] typo fix --- tensorboard/defs/inline_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboard/defs/inline_images.py b/tensorboard/defs/inline_images.py index 672e8f48a01..e94f275e9bb 100755 --- a/tensorboard/defs/inline_images.py +++ b/tensorboard/defs/inline_images.py @@ -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. """ From 4483d61849cd1e33483bbcfd47a1b863f69505cc Mon Sep 17 00:00:00 2001 From: jsta Date: Wed, 26 Aug 2026 15:58:00 -0600 Subject: [PATCH 2/2] typo fix --- tensorboard/defs/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboard/defs/defs.bzl b/tensorboard/defs/defs.bzl index e18bc88a7c3..636bb12c98b 100644 --- a/tensorboard/defs/defs.bzl +++ b/tensorboard/defs/defs.bzl @@ -271,7 +271,7 @@ def tf_inline_pngs(name, html_template, images, out): """Inline png images in html. Replaces %.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