Skip to content

Commit 094301b

Browse files
authored
Merge pull request piccolo-orm#139 from piccolo-orm/docstring_typo
fix strange grammar in docstring
2 parents 24fe814 + 0f5d8b2 commit 094301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/utils/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def colored_warning(
3434
`Warning` has several subclasses which may be more appropriate, for
3535
example `DeprecationWarning`.
3636
:stacklevel:
37-
Used to determine there the source of the error within the source code.
37+
Used to determine the source of the error within the source code.
3838
See the Python docs for more detail.
3939
https://docs.python.org/3/library/warnings.html#warnings.warn
4040
:level:

0 commit comments

Comments
 (0)