From f6dacee63e27af551624b9ee8a0fdf1f0a6ce2f0 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Sat, 17 Aug 2019 20:50:02 +0200
Subject: [PATCH] Fix output of example in README.rst

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index abd8802..d4cc09c 100644
--- a/README.rst
+++ b/README.rst
@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the
 
     Subexpressions:
     Main Assignments:
-        \hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
-        \hat{x}[0,0] ← diffz_C*y_C/x_C
+        \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 `AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...
 
-- 
GitLab