Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moar grammar fixes #162

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/custom-wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ You can observe the following:

- The wrapped logger can be found in the instance variable :attr:`structlog.BoundLoggerBase._logger`.
- The helper method :func:`structlog.BoundLoggerBase._proxy_to_logger` that is a DRY_ convenience function that runs the processor chain, handles possible :exc:`~structlog.DropEvent`\ s and calls a named function on :attr:`~structlog.BoundLoggerBase._logger`.
- You can run the chain by hand though using :func:`structlog.BoundLoggerBase._process_event` .
- You can run the chain by hand through using :func:`structlog.BoundLoggerBase._process_event` .

These two methods and one attribute is all you need to write own wrapper classes.
These two methods and one attribute are all you need to write own wrapper classes.


.. _DRY: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself