From ca2e43570014f83add4f2f0e5061167df5b9f8f5 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Sat, 17 Aug 2019 21:21:02 +0200
Subject: [PATCH] Fix other output in {README.rst,docs/index.rst}

---
 README.rst     | 2 +-
 docs/index.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index d4cc09c..de2a426 100644
--- a/README.rst
+++ b/README.rst
@@ -61,7 +61,7 @@ Create a `pystencils.AssignmentCollection` with pystencils:
 
     Subexpressions:
     Main Assignments:
-         z[0,0] ← y_C*log(x_C*y_C)
+         z[0,0] ← x_C*log(x_C*y_C)
    
 You can then obtain the corresponding backward assignments:
 
diff --git a/docs/index.rst b/docs/index.rst
index bb9bf60..e443662 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -52,7 +52,7 @@ Create a :class:`pystencils.AssignmentCollection` with pystencils:
 
     Subexpressions:
     Main Assignments:
-         z[0,0] ← y_C*log(x_C*y_C)
+         z[0,0] ← x_C*log(x_C*y_C)
    
 You can then obtain the corresponding backward assignments:
 
-- 
GitLab