Skip to content

Commit a72a9bf

Browse files
committed
reverting a text in notebook 01
1 parent a1ec7bb commit a72a9bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

01-DataJoint Basics - Interactive.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@
11001100
"source": [
11011101
"Behavior of join:\n",
11021102
"\n",
1103-
"1. match the primary keys of common field(s)in the two tables\n",
1103+
"1. match the common field(s) of the primary keys in the two tables\n",
11041104
"2. do a combination of the non-matched part of the primary key\n",
11051105
"3. listing out the secondary attributes for each combination\n",
11061106
"4. if two tables have secondary attributes that share a same name, it will throw an error. To join, we need to rename that attribute for at least one of the tables."
@@ -1552,9 +1552,9 @@
15521552
"formats": "ipynb,py:light"
15531553
},
15541554
"kernelspec": {
1555-
"display_name": "Python 3",
1555+
"display_name": "workflow-array-ephys",
15561556
"language": "python",
1557-
"name": "python3"
1557+
"name": "workflow-array-ephys"
15581558
},
15591559
"language_info": {
15601560
"codemirror_mode": {
@@ -1566,7 +1566,7 @@
15661566
"name": "python",
15671567
"nbconvert_exporter": "python",
15681568
"pygments_lexer": "ipython3",
1569-
"version": "3.5.6"
1569+
"version": "3.9.4"
15701570
}
15711571
},
15721572
"nbformat": 4,

01-DataJoint Basics - Interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class Session(dj.Manual):
434434

435435
# Behavior of join:
436436
#
437-
# 1. match the primary keys of common field(s)in the two tables
437+
# 1. match the common field(s) of the primary keys in the two tables
438438
# 2. do a combination of the non-matched part of the primary key
439439
# 3. listing out the secondary attributes for each combination
440440
# 4. if two tables have secondary attributes that share a same name, it will throw an error. To join, we need to rename that attribute for at least one of the tables.

0 commit comments

Comments
 (0)