Correct sphinx-note in symeig (wrong indentation)
authorRasmus Diederichsen <rasmus@peltarion.com>
Wed, 16 Jan 2019 18:22:08 +0000 (10:22 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 16 Jan 2019 18:47:48 +0000 (10:47 -0800)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16073

Differential Revision: D13692874

Pulled By: soumith

fbshipit-source-id: ea2a98e88679d382f9a2edab199e9ba7c8ce2213

torch/_torch_docs.py

index 9178486..8d55062 100644 (file)
@@ -4637,7 +4637,7 @@ only the upper triangular portion is used by default.
 If :attr:`upper` is ``False``, then lower triangular portion is used.
 
 .. note:: Irrespective of the original strides, the returned matrix `V` will
-be transposed, i.e. with strides `(1, m)` instead of `(m, 1)`.
+          be transposed, i.e. with strides `(1, m)` instead of `(m, 1)`.
 
 .. note:: Extra care needs to be taken when backward through outputs. Such
           operation is really only stable when all eigenvalues are distinct.