Commit 799060f4 authored by Nathan Frey's avatar Nathan Frey
Browse files

Typo fixes

parent 3eb87363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ def get_defaults(module_name: str = None) -> Dict[str, Any]:

  Returns
  -------
  defaults : Dict[str, object]
  defaults : Dict[str, Any]
    Keys are class names and values are class constructors. 

  Examples
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ please follow the instructions below. Please review the `datasets already availa
Load Dataset Template
---------------------

.. autofunction:: deepchem.molnet.load_function.load_mydataset
.. autofunction:: deepchem.molnet.load_function.load_dataset_template.load_mydataset

BACE Dataset
------------