Skip to content

Commit 525b116

Browse files
authored
Fix typo (#491)
1 parent f6dff68 commit 525b116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ specifies how to handle the stream.
5555
Turn on and off handlers
5656
~~~~~~~~~~~~~~~~~~~~~~~~
5757
You might sometimes want to turn off a specific handler, such as a file
58-
handler where log messages are written. If so, you must property close
58+
handler where log messages are written. If so, you must properly close
5959
and remove the existing handler. Otherwise, you might be denied file access
6060
later when you try to write new log content.
6161

0 commit comments

Comments
 (0)