Skip to content

Commit b77c2b1

Browse files
authored
Update misaligned script (#1144)
1 parent 162a058 commit b77c2b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/python/download_data_in_bulk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ another desired directory exists.
4343

4444
#### First let's set up some constants we'll use in this script
4545
```python
46-
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=5-20}
46+
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=5-19}
4747
```
4848

4949
#### Next we'll create an instance of the Project we are going to sync
5050
```python
51-
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=23}
51+
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=20-22}
5252
```
5353

5454
#### Finally we'll sync the project from synapse to your local machine
5555
```python
56-
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=25-30}
56+
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=23-28}
5757
```
5858

5959
<details class="example">
@@ -84,7 +84,7 @@ Downloading [####################]100.00% 4.0bytes/4.0bytes (1.6kB/s) fileD.t
8484
Following the same set of steps let's sync a specific folder
8585

8686
```python
87-
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=33-37}
87+
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=30-36}
8888
```
8989

9090
<details class="example">
@@ -109,7 +109,7 @@ Using `sync_from_synapse` will load into memory the state of all Folders and Fil
109109
retrieved from Synapse. This will allow you to loop over the contents of your container.
110110

111111
```python
112-
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=40-47}
112+
{!docs/tutorials/python/tutorial_scripts/download_data_in_bulk.py!lines=37-47}
113113
```
114114

115115
<details class="example">

0 commit comments

Comments
 (0)