aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/how_tos/embedding_viz/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/how_tos/embedding_viz/index.md')
-rw-r--r--tensorflow/g3doc/how_tos/embedding_viz/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/how_tos/embedding_viz/index.md b/tensorflow/g3doc/how_tos/embedding_viz/index.md
index 4d84280c31..529efb247f 100644
--- a/tensorflow/g3doc/how_tos/embedding_viz/index.md
+++ b/tensorflow/g3doc/how_tos/embedding_viz/index.md
@@ -166,7 +166,7 @@ to find it:
```python
embedding.sprite.image_path = PATH_TO_SPRITE_IMAGE
# Specify the width and height of a single thumbnail.
-embedding.single_image_dim.extend([w, h])
+embedding.sprite.single_image_dim.extend([w, h])
```
## Interaction