Commit 2b86bbb7 authored by Nathan Frey's avatar Nathan Frey
Browse files

docstring fix

parent d7950973
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -108,9 +108,10 @@ def load_pdbbind(

  Parameters
  ----------
  featurizer: Featurizer or str
    the featurizer to use for processing the data.  Alternatively you can pass
    one of the names from dc.molnet.featurizers as a shortcut.
  featurizer: ComplexFeaturizer or str
    the complex featurizer to use for processing the data. 
    Alternatively you can pass one of the names from 
    dc.molnet.featurizers as a shortcut.
  splitter: Splitter or str
    the splitter to use for splitting the data into training, validation, and
    test sets.  Alternatively you can pass one of the names from