Clarify possible usage here

This commit is contained in:
Jean-Paul Calderone 2019-02-25 13:11:52 -05:00
parent f20184ce95
commit 4f238d0f64

View File

@ -207,7 +207,7 @@ def eliot_logging_service(reactor, destinations):
# a same-named attribute on your Options subclass.
def opt_eliot_destination(self, description):
"""
Add an Eliot logging destination.
Add an Eliot logging destination. May be given more than once.
"""
self.setdefault("destinations", []).append(
_parse_destination_description(description)