Skip to content

Commit fe49c9a

Browse files
committed
Docs cleanup
1 parent 85416d7 commit fe49c9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/tutorial.sdk.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ To create a new folder "folder1" in the project "Example Project 1":
108108
sa.create_folder(project, "folder1")
109109
110110
After that point almost all SDK functions that use project name as argument can
111-
point to that folder with slash after the project name, e.g., in this case
112-
"Example Project 1/folder1".
111+
point to that folder with slash after the project name, e.g.,
112+
"Example Project 1/folder1", in this case.
113113

114114
Uploading images to project
115115
____________________________
@@ -144,6 +144,7 @@ For full list of available functions on projects, see :ref:`ref_projects`.
144144
.. note::
145145

146146
To upload images to the "folder1" instead of the root of the project:
147+
147148
.. code-block:: python
148149
149150
sa.upload_images_from_folder_to_project(project + "/folder1", "<local_folder_path>")

0 commit comments

Comments
 (0)