Skip to content

Commit 41d4c92

Browse files
Fixed typo
1 parent a878a81 commit 41d4c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpytools/logger/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def debug(self, event: str, raw: str = None, data: Dict = None):
103103
Log at the debug level.
104104
105105
event: the thing that's happened, a simple short english statement
106-
raw : a raw string of any log messages captured for a third paty library
106+
raw : a raw string of any log messages captured for a third party library
107107
data : arbitrary key values pairs that may be of use in providing context
108108
"""
109109
self._log(event, 10, raw=raw, data=data)

0 commit comments

Comments
 (0)