aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/keras/engine/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/keras/engine/network.py')
-rw-r--r--tensorflow/python/keras/engine/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/keras/engine/network.py b/tensorflow/python/keras/engine/network.py
index a4cd017d60..1c9135982e 100644
--- a/tensorflow/python/keras/engine/network.py
+++ b/tensorflow/python/keras/engine/network.py
@@ -123,7 +123,7 @@ class Network(base_layer.Layer):
# Entries are unique. Includes input and output layers.
self._layers = []
- # Used in symbolic mode only, only in conjonction with graph-networks
+ # Used in symbolic mode only, only in conjunction with graph-networks
self._outbound_nodes = []
self._inbound_nodes = []