Skip to content

Commit bbdc68f

Browse files
Fix a minor typo in a docstring (#143)
1 parent d22ae8d commit bbdc68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_file/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(
5050
"""Parameters:
5151
upload_storage: storage to use
5252
validators: List of validators to apply
53-
processors: List of validators to apply
53+
processors: List of processors to apply
5454
upload_type: File class to use, could be
5555
used to set custom File class
5656
multiple: Use this to save multiple files

0 commit comments

Comments
 (0)