The docstring for family parameter in Sel_BW class is problematic. The current implementation of the class considers this parameter as an instance while the docstring claims it to be a string. This is confusing to users (#58). We should either change the docstring to match the implementation or change the implementation to match the docstring.