anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
183 stars 48 forks source link

Typo (lack of a right parenthesis) on the API docstring #150

Closed ciuji closed 3 years ago

ciuji commented 3 years ago

https://github.com/anhaidgroup/py_entitymatching/blob/4fa644cc61f39288a69724b09ff5a6ec4f685b27/py_entitymatching/blocker/rule_based_blocker.py#L653

Dear them,

I found that there exists a simple typo on the code API docstring.

The right sentence should be D = rb.block_tuples(A.loc[0], B.loc[1])

christiemj09 commented 3 years ago

Fixed in accd158; thanks @ciuji!