Skip to content
Snippets Groups Projects
Commit ca2e4357 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix other output in {README.rst,docs/index.rst}

parent f04c04a1
Branches
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment