Skip to content

Commit e57ef58

Browse files
committed
[DATALAD RUNCMD] specify typo
=== Do not change lines below === { "chain": [], "cmd": "git-sedi specificy specify", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 3a7057b commit e57ef58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completed_tutorials/01-DataJoint Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
"source": [
10721072
"Thus we will need both **mouse** and a new attribute **session_date** to uniquely identify a single session. \n",
10731073
"\n",
1074-
"Remember that a **mouse** is already uniquely identified by its primary key - **mouse_id**. In DataJoint, you can declare that **session** depends on the mouse, and DataJoint will automatically include the mouse's primary key (`mouse_id`) as part of the session's primary key, along side any additional attribute(s) you specificy."
1074+
"Remember that a **mouse** is already uniquely identified by its primary key - **mouse_id**. In DataJoint, you can declare that **session** depends on the mouse, and DataJoint will automatically include the mouse's primary key (`mouse_id`) as part of the session's primary key, along side any additional attribute(s) you specify."
10751075
]
10761076
},
10771077
{

tutorials/01-DataJoint Basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
"source": [
561561
"Thus we will need both **mouse** and a new attribute **session_date** to uniquely identify a single session. \n",
562562
"\n",
563-
"Remember that a **mouse** is already uniquely identified by its primary key - **mouse_id**. In DataJoint, you can declare that **session** depends on the mouse, and DataJoint will automatically include the mouse's primary key (`mouse_id`) as part of the session's primary key, along side any additional attribute(s) you specificy."
563+
"Remember that a **mouse** is already uniquely identified by its primary key - **mouse_id**. In DataJoint, you can declare that **session** depends on the mouse, and DataJoint will automatically include the mouse's primary key (`mouse_id`) as part of the session's primary key, along side any additional attribute(s) you specify."
564564
]
565565
},
566566
{

0 commit comments

Comments
 (0)