Skip to content

Commit 1779841

Browse files
committed
Fixes
1 parent fe183df commit 1779841

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

source/aggregation/aggregation-tutorials.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ Once you install the driver, create a file called
7171
app template for the aggregation tutorials. Select the :guilabel:`Synchronous` or
7272
:guilabel:`Asynchronous` tab to see the corresponding code:
7373

74-
.. literalinclude:: /includes/aggregation/template-app.py
75-
:language: python
76-
:copyable: true
77-
7874
.. tabs::
7975

8076
.. tab:: Synchronous

source/aggregation/aggregation-tutorials/multi-field-join.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ or :guilabel:`Asynchronous` tab to see the corresponding code:
9999
.. tab:: Asynchronous
100100
:tabid: async
101101

102-
.. literalinclude:: /includes/aggregation/multi-field-join.py
102+
.. literalinclude:: /includes/aggregation/multi-field-join-async.py
103103
:language: python
104104
:copyable: true
105105
:start-after: start-insert-products
@@ -124,7 +124,7 @@ the ``orders`` collection as shown in the following code:
124124
.. tab:: Asynchronous
125125
:tabid: async
126126

127-
.. literalinclude:: /includes/aggregation/multi-field-join.py
127+
.. literalinclude:: /includes/aggregation/multi-field-join-async.py
128128
:language: python
129129
:copyable: true
130130
:start-after: start-insert-orders
@@ -241,7 +241,7 @@ Tutorial
241241
.. tab:: Asynchronous
242242
:tabid: async
243243

244-
.. literalinclude:: /includes/aggregation/multi-field-join.py
244+
.. literalinclude:: /includes/aggregation/multi-field-join-async.py
245245
:language: python
246246
:copyable: true
247247
:start-after: start-run-agg

0 commit comments

Comments
 (0)