Skip to content

Commit 442d484

Browse files
author
j-c-cook
committed
Merge branch 'LoggerHelpStatement' of https://github.com/j-c-cook/python-can into LoggerHelpStatement
2 parents 053ead4 + 42c06be commit 442d484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def main() -> None:
194194
dest="file_size",
195195
type=int,
196196
help="Maximum file size in bytes. Rotate log file when size threshold "
197-
"is reached. (The resulting file sizes will be consistent, but is not "
197+
"is reached. (The resulting file sizes will be consistent, but are not "
198198
"guaranteed to be exactly what is specified here due to the rollover "
199199
"conditions being logger implementation specific.)",
200200
default=None,

0 commit comments

Comments
 (0)