Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

Commit 7391cbf

Browse files
authored
[docs] Fixing quotes typo in introduction example
1 parent 6591860 commit 7391cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Quicktimes, etc.
2727
sg = shotgun_api3.Shotgun("https://piedpiper.shotgunstudio.com",
2828
login="rhendriks",
2929
password="c0mPre$Hi0n")
30-
sg.find("Shot", filters=[["sg_status_list", "is", "ip"]], fields=["code", "sg_status_list])
30+
sg.find("Shot", filters=[["sg_status_list", "is", "ip"]], fields=["code", "sg_status_list"])
3131

3232
**Output**::
3333

0 commit comments

Comments
 (0)