#14388 closed (fixed)
Logging documentation typos
| Reported by: | John Shimek | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The new logging documentation has a typo with the word ERRORR:
logger.exception(): create a ERRORR level logging message wrapping the current exception stack frame.
should be
logger.exception(): create a ERROR level logging message wrapping the current exception stack frame.
If I find the time to create a patch, I will when not at work.
Attachments (2)
Change History (10)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Summary: | Logging documentation has a type → Logging documentation typos |
|---|
comment:3 by , 15 years ago
| Has patch: | set |
|---|
by , 15 years ago
| Attachment: | 14388_2.patch added |
|---|
Corrected "a Error" -> "an Error", otherwise same patch.
comment:4 by , 15 years ago
| milestone: | → 1.3 |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
Added one tiny typo cleanup, otherwise patch looks good to me. Marking RFC.
comment:5 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:7 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Also: