From 02cc200caa650975a2df3c507d86c9c6df7d0bbd Mon Sep 17 00:00:00 2001 From: pepak Date: Fri, 14 Feb 2020 11:54:10 -0500 Subject: [PATCH 1/2] added my github name --- docs/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index bd9127cf..d2b8871d 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -69,7 +69,7 @@ We can verify that the initialization worked by examining the *implicit* schema { 'N': 'int([1000], 1)', 'kT': 'float([1.0], 1)', - 'p': 'int([1, 2, 3, ..., 9, 10], 10)', + 'p': 'int([1, 2, 3, ..., 9], 9)', } From 617c5227f772f3674f84e06178a2d0a395955c17 Mon Sep 17 00:00:00 2001 From: pepak Date: Fri, 14 Feb 2020 14:18:12 -0500 Subject: [PATCH 2/2] corrected tutorial again --- docs/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index d2b8871d..8df161ed 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -69,7 +69,7 @@ We can verify that the initialization worked by examining the *implicit* schema { 'N': 'int([1000], 1)', 'kT': 'float([1.0], 1)', - 'p': 'int([1, 2, 3, ..., 9], 9)', + 'p': 'int([1, 2, 3, ..., 8, 9], 9)', }