Skip to content

Commit 41a4d43

Browse files
authored
Fix typo in docs
1 parent 24f331c commit 41a4d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Example:
224224
log_file = config.getini("worker_log_file")
225225
logging.basicConfig(
226226
format=config.getini("log_file_format"),
227-
filename=f"test_{worker_id}.log",
227+
filename=f"tests_{worker_id}.log",
228228
level=config.getini("log_file_level"),
229229
)
230230

0 commit comments

Comments
 (0)