Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
tigermonkey committed Oct 25, 2019
1 parent 0460c33 commit 8629262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -589,7 +589,7 @@ obtained via the `finite difference method
Z[1:-1,0:-2] - 4*Z[1:-1,1:-1] + Z[1:-1,2:] +
Z[2: ,1:-1] )

Finally, we can iterate the computation after havong choosed some interesting parameters::
Finally, we can iterate the computation after choosing some interesting parameters::

for i in range(25000):
Lu = laplacian(U)
Expand Down

0 comments on commit 8629262

Please sign in to comment.