Skip to content

Commit 88a3814

Browse files
Docs: Remove 'Expected output' comment from index.md example
Removes the comment line "# Expected output:" from the code example in `docs/index.md` for conciseness.
1 parent 4b38cde commit 88a3814

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ handler.setFormatter(JsonFormatter())
4242
logger.addHandler(handler)
4343

4444
logger.info("Logging using python-json-logger!", extra={"more_data": True})
45-
# Expected output:
4645
# {"message": "Logging using python-json-logger!", "more_data": true}
4746
```
4847

0 commit comments

Comments
 (0)