Skip to content

Commit 1dde4e1

Browse files
committed
Revert "Update tutorials/01-DataJoint Basics.ipynb"
This reverts commit 6329582.
1 parent 95e17c5 commit 1dde4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/01-DataJoint Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
"cell_type": "markdown",
552552
"metadata": {},
553553
"source": [
554-
"Note that, to uniquely identify an experimental session (or simply a `Session`), we need to know the mouse that the session was about. In other words, a session cannot existing without a corresponding mouse! \n",
554+
"Note that to uniquely identify an experimental session (or simply a **session**), we need to know the mouse used in that the session. In other words, a session cannot exist without a corresponding mouse! \n",
555555
"\n",
556556
"With `Mouse` already represented as a table in our pipeline, we say that the session **depends on** the mouse! We could graphically represent this in an **entity relationship diagram (ERD)** by drawing the line between two tables, with the one below (`Session`) depending on the one above (`Mouse`)."
557557
]

0 commit comments

Comments
 (0)