From e11c2fd3a43bd0f09f5350766deb726462bc741b Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Tue, 26 Sep 2023 21:31:41 +0200 Subject: [PATCH] Update tutorials/01-DataJoint Basics.ipynb Co-authored-by: Kushal Bakshi <52367253+kushalbakshi@users.noreply.github.com> --- tutorials/01-DataJoint Basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01-DataJoint Basics.ipynb b/tutorials/01-DataJoint Basics.ipynb index 5993106..55d753a 100644 --- a/tutorials/01-DataJoint Basics.ipynb +++ b/tutorials/01-DataJoint Basics.ipynb @@ -248,7 +248,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Once we have successfully identified the table's primary key, we can now think about what other columns, or **non-primary key attributes** - additional information **about each entry in the table that need to be stored as well**." + "Once we have successfully identified the table's primary key, we can now think about what other columns, or **non-primary key attributes** - additional information **about each entry in the table that needs to be stored as well**." ] }, {