Skip to content

Commit fc32111

Browse files
committed
Fix Island client documentation having syntax error when describing datetime.date object
1 parent 72cb188 commit fc32111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcc_api/island/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
the schema before being sent to the API, raising a
5959
:external:py:class:`graphql.GraphQLError <graphql.error.graphql_error.GraphQLError>` if not. The returned data will be a
6060
Python dictionary whose structure matches that of the query. Data returned as a UUID, a Date, or a DateTime will be
61-
resolved as a :external:py:class:`UUID <.uuid.UUID>`, a :external:py:class:`date <.datetime.date>, or a
61+
resolved as a :external:py:class:`UUID <.uuid.UUID>`, a :external:py:class:`date <.datetime.date>`, or a
6262
:external:py:class:`datetime <.datetime.datetime>` object respectively. Some data may not be present if the user being
6363
queried has kept some of their data private to the API.
6464

0 commit comments

Comments
 (0)