From c8cf89c64656b7d4c9a7258a7cf5cc59f31b4706 Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Sat, 24 Feb 2024 16:10:53 -0500 Subject: [PATCH] typo --- tutorials/examples/train_ising.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/examples/train_ising.py b/tutorials/examples/train_ising.py index 26ca2864..1ca2c656 100644 --- a/tutorials/examples/train_ising.py +++ b/tutorials/examples/train_ising.py @@ -113,7 +113,7 @@ def ising_n_to_ij(L, n): "-L", type=int, default=6, - help="Lentgh of the grid", + help="Length of the grid", ) parser.add_argument(