aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/community/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/community/documentation.md')
-rw-r--r--tensorflow/docs_src/community/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/community/documentation.md b/tensorflow/docs_src/community/documentation.md
index 31a10d1f15..a757d8c66d 100644
--- a/tensorflow/docs_src/community/documentation.md
+++ b/tensorflow/docs_src/community/documentation.md
@@ -276,7 +276,7 @@ __init__.py:
# Otherwise import symbols directly
from tensorflow.some_module.some_other_file import some_symbol
- from tensorflow.platform.all_util import remove_undocumented
+ from tensorflow.python.util.all_util import remove_undocumented
_allowed_symbols = [‘some_symbol’, ‘some_other_symbol’]