diff --git a/blockchainetl/exporters.py b/blockchainetl/exporters.py index 630fa0f..2beb55d 100644 --- a/blockchainetl/exporters.py +++ b/blockchainetl/exporters.py @@ -45,7 +45,7 @@ class BaseItemExporter(object): self._configure(kwargs) def _configure(self, options, dont_fail=False): - """Configure the exporter by poping options from the ``options`` dict. + """Configure the exporter by popping options from the ``options`` dict. If dont_fail is set, it won't raise an exception on unexpected options (useful for using with keyword arguments in subclasses constructors) """ diff --git a/ethereumetl/exporters.py b/ethereumetl/exporters.py index 3e20ad0..9e5c8a2 100644 --- a/ethereumetl/exporters.py +++ b/ethereumetl/exporters.py @@ -44,7 +44,7 @@ class BaseItemExporter(object): self._configure(kwargs) def _configure(self, options, dont_fail=False): - """Configure the exporter by poping options from the ``options`` dict. + """Configure the exporter by popping options from the ``options`` dict. If dont_fail is set, it won't raise an exception on unexpected options (useful for using with keyword arguments in subclasses constructors) """