We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053ead4 + 42c06be commit 442d484Copy full SHA for 442d484
can/logger.py
@@ -194,7 +194,7 @@ def main() -> None:
194
dest="file_size",
195
type=int,
196
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 "
+ "is reached. (The resulting file sizes will be consistent, but are not "
198
"guaranteed to be exactly what is specified here due to the rollover "
199
"conditions being logger implementation specific.)",
200
default=None,
0 commit comments