Skip to content

Commit 5b3cf59

Browse files
Fix reStructuredText format (#380)
* Fix rst issue * Revert line * Update labels
1 parent 7f5f9c1 commit 5b3cf59

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ v3.5.1 (2024 Apr 3)
6161
- Mockgun: add support for ``add_user_agent`` and ``set_session_uuid`` methods
6262

6363
v3.5.0 (2024 Mar 26)
64-
===================
64+
====================
6565
- Rebranding component for Flow Production Tracking
6666

6767
v3.4.2 (2024 Feb 6)

docs/cookbook/examples/basic_create_shot_task_template.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ created.
4242
wish to create by default on this Shot. We found the specific template we wanted to assign in the
4343
previous block by searching
4444

45-
Result
46-
------
45+
Create Shot Result
46+
------------------
4747
The variable ``result`` now contains the dictionary of the new Shot that was created.
4848
::
4949

docs/cookbook/examples/basic_delete_shot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Deleting an entity in Flow Production Tracking is pretty straight-forward. No ex
77

88
result = sg.delete("Shot", 40435)
99

10-
Result
11-
------
10+
Delete Shot Result
11+
------------------
1212
If the Shot was deleted successfully ``result`` will contain::
1313

1414
True

0 commit comments

Comments
 (0)