Skip to content

Commit e7f7cf1

Browse files
committed
Docs: Spelling Fix
1 parent 5d022f9 commit e7f7cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ the value on the object is accepted:
198198

199199
.. code-block:: python
200200
201-
issues = project.issies.list(state='opened')
201+
issues = project.issues.list(state='opened')
202202
for issue in issues:
203203
issue.my_super_awesome_feature_flag = "random_value"
204204
issue.save()

0 commit comments

Comments
 (0)