From 862926262af97b98458e71402aed4b8a22faeb9c Mon Sep 17 00:00:00 2001 From: tigermonkey Date: Fri, 25 Oct 2019 13:28:09 +0200 Subject: [PATCH] Update README.rst Fixing typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c689ea5..0fb3b3b 100644 --- a/README.rst +++ b/README.rst @@ -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)