Skip to content

Commit 73cc431

Browse files
authored
Update logging.mdx (huggingface#2863)
Fix typos
1 parent 0614fd2 commit 73cc431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/api/logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ verbose to the most verbose), those levels (with their corresponding int values
6161
critical errors.
6262
- `diffusers.logging.ERROR` (int value, 40): only report errors.
6363
- `diffusers.logging.WARNING` or `diffusers.logging.WARN` (int value, 30): only reports error and
64-
warnings. This the default level used by the library.
64+
warnings. This is the default level used by the library.
6565
- `diffusers.logging.INFO` (int value, 20): reports error, warnings and basic information.
6666
- `diffusers.logging.DEBUG` (int value, 10): report all information.
6767

0 commit comments

Comments
 (0)