Merge lp:~matt-goodall/python-oops-dictconfig/new-only-doc-fix into lp:python-oops-dictconfig

Proposed by Matt Goodall
Status: Merged
Approved by: Matt Goodall
Approved revision: 21
Merged at revision: 21
Proposed branch: lp:~matt-goodall/python-oops-dictconfig/new-only-doc-fix
Merge into: lp:python-oops-dictconfig
Diff against target: 11 lines (+1/-1)
1 file modified
README (+1/-1)
To merge this branch: bzr merge lp:~matt-goodall/python-oops-dictconfig/new-only-doc-fix
Reviewer Review Type Date Requested Status
Fabián Ezequiel Gallina (community) Approve
Review via email: mp+279423@code.launchpad.net

Commit message

new_only calls oops.publish_new_only, not oops.publish_only_new.

Description of the change

Correct name of func used for `new_only` in README.

To post a comment you must log in.
Revision history for this message
Fabián Ezequiel Gallina (fgallina) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2014-01-08 10:56:04 +0000
3+++ README 2015-12-03 11:26:37 +0000
4@@ -45,7 +45,7 @@
5 using this, you should see the section on fallback publishers:
6
7 * new_only: if this is `True` then the publisher will be wrapped in
8- `oops.publish_only_new`, meaning that the oops will only
9+ `oops.publish_new_only`, meaning that the oops will only
10 be sent to this publisher if no previous publisher in the
11 chain published it.
12

Subscribers

People subscribed via source and target branches