diff --git a/docs/index.rst b/docs/index.rst
index e8585c33167704698fe1f1f0975a2992f1f61c82..bb9bf6077ac9d5f63c6532d2a99c1c5f2f9e1cfd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -72,9 +72,10 @@ You can see the derivatives with respective to the two inputs multiplied by the
     :options: -ELLIPSIS, +NORMALIZE_WHITESPACE
 
     Subexpressions:
+
     Main Assignments:
-        \hat{x}[0,0] ← diffz_C*y_C/x_C
-        \hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
+        \hat{x}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
+        \hat{y}[0,0] ← diffz_C*x_C/y_C
 
 You can also use the class :class:`.autodiff.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...