Skip to content

Commit 1897b2f

Browse files
authored
Merge pull request #247 from datacarpentry/ShebMichel-patch-2
Update 06-join.md
2 parents f5f0528 + 78db119 commit 1897b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/06-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ in the Pan-STARRS catalog.
171171
To do that we will:
172172

173173
1. Use the `JOIN` operator to look up each Pan-STARRS `obj_id` for the stars
174-
we are interested in in the` panstarrs1_best_neighbour` table using the `source_id`s
174+
we are interested in the `panstarrs1_best_neighbour` table using the `source_ids`
175175
that we have already identified.
176176

177177
2. Use the `JOIN` operator again to look up the Pan-STARRS photometry for these stars
178-
in the `panstarrs1_original_valid` table using the` obj_ids` we just identified.
178+
in the `panstarrs1_original_valid` table using the `obj_ids` we just identified.
179179

180180
Before we get to the `JOIN` operation, we will explore these tables.
181181

0 commit comments

Comments
 (0)