Commit 820574c4 authored by alat-rights's avatar alat-rights
Browse files

Further clarification on the comment

parent 86e19cbc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ class OneHotFeaturizer(Featurizer):

  Note
  ----
  This class needs RDKit to be installed in order to work with RDKit molecules.
  This class needs RDKit to be installed in order to accept RDKit molecules as 
  inputs.

  It does not need RDKit to be installed to work with arbitrary strings.
  """