aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-15 17:32:50 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 17:39:26 -0800
commit9648f8040a559f6cf9bbe0501ba96f2b2c2864b1 (patch)
tree57dc6e959e0a534622eaf392ee43b7691378b10e /tensorflow/tools/docs
parent5b5445b9a7aa2664a90c4fc946ecf268c971425b (diff)
Automated g4 rollback of changelist 179258973
PiperOrigin-RevId: 179260538
Diffstat (limited to 'tensorflow/tools/docs')
-rw-r--r--tensorflow/tools/docs/generate_lib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/docs/generate_lib.py b/tensorflow/tools/docs/generate_lib.py
index 003f972070..f950f19a7c 100644
--- a/tensorflow/tools/docs/generate_lib.py
+++ b/tensorflow/tools/docs/generate_lib.py
@@ -199,12 +199,12 @@ def add_dict_to_dict(add_from, add_to):
add_to[key] = add_from[key]
-# Exclude some libraries in contrib from the documentation altogether.
+# Exclude some libaries in contrib from the documentation altogether.
def _get_default_private_map():
return {'tf.test': ['mock']}
-# Exclude members of some libraries.
+# Exclude members of some libaries.
def _get_default_do_not_descend_map():
# TODO(wicke): Shrink this list once the modules get sealed.
return {