aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/contrib.linalg.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/contrib.linalg.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/contrib.linalg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/api_guides/python/contrib.linalg.md b/tensorflow/docs_src/api_guides/python/contrib.linalg.md
index b2c7fcf6bb..5f1db6c6af 100644
--- a/tensorflow/docs_src/api_guides/python/contrib.linalg.md
+++ b/tensorflow/docs_src/api_guides/python/contrib.linalg.md
@@ -9,7 +9,7 @@ Subclasses of `LinearOperator` provide a access to common methods on a
(batch) matrix, without the need to materialize the matrix. This allows:
* Matrix free computations
-* Different operators to take advantage of special strcture, while providing a
+* Different operators to take advantage of special structure, while providing a
consistent API to users.
### Base class