Skip to content

Commit 64ca9a9

Browse files
tjomkuntitaker
authored andcommitted
doc: Fix typo in the function docstring (getsentry#384)
1 parent 485bfae commit 64ca9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def capture_event(self, event, hint=None, scope=None):
208208
# type: (Dict[str, Any], Any, Scope) -> Optional[str]
209209
"""Captures an event.
210210
211-
This takes the ready made event and an optoinal hint and scope. The
211+
This takes the ready made event and an optional hint and scope. The
212212
hint is internally used to further customize the representation of the
213213
error. When provided it's a dictionary of optional information such
214214
as exception info.

0 commit comments

Comments
 (0)