joealcorn / laboratory

Achieving confident refactoring through experimentation with Python 2.7 & 3.3+

Home Page:https://laboratory-python.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README has conflicting info in context example

Jatkins1995 opened this issue · comments

For the context example you give
with experiment.control(name='Object DB Strategy', context={'using': 'db'}) as e:

but control had no name parameter
def control(self, context=None):

You're absolutely right, thanks for reporting!
I've just fixed and released a new version to pypi :)