Skip to content

Commit 614c461

Browse files
committed
Update readme
1 parent 8c655cd commit 614c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ except RuntimeError as exc:
111111

112112
### Integration with the standard `logging` module
113113

114-
With a bit of extra plumbing you can log errors like this via the normal `logging` methods, without having to import `stackprinter` at the site of the logging call. So you can continue to write nice and simple error handlers like this...
114+
With a bit of extra plumbing you can log errors like this via the normal `logging` methods, without having to import `stackprinter` at the site of the logging call. So you can continue to write nice and simple error handlers like so...
115115

116116
```python
117117
logger = logging.getLogger()

0 commit comments

Comments
 (0)