Skip to content

Commit 71222a5

Browse files
authored
Update 4. Aggregation Pipelines: Let the Server Do It For You.md
1 parent 5529cb0 commit 71222a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Introduction to MongoDB in Python/4. Aggregation Pipelines: Let the Server Do It For You.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Previously, we confirmed -- via a Python loop -- that for each prize, either all
7777
> Which values fill the blanks?
7878
7979
Possible Answers
80-
- [ ] "$laureates.share", ["3"], ["3"], "$laureates.share"
80+
- [x] "$laureates.share", ["3"], ["3"], "$laureates.share"
8181
- [ ] "laureates.share", ["3"], ["3"], "laureates.share"
8282
- [ ] "laureates.share", {"3"}, {"3"}, "laureates.share"
8383
- [ ] "$laureates.share", {"3"}, {"3"}, "$laureates.share"

0 commit comments

Comments
 (0)