Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Oct 8, 2019
1 parent c4eb20b commit de38cdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

# -- Options for Napoleon ----------------------------------------------

# -- Options for Autodoc ----------------------------------------------

# -- Options for HTML output ----------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/data_source/mzml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ mzML
.. automodule:: ms_deisotope.data_source.mzml

.. autoclass:: MzMLLoader
:show-inheritance:
:inherited-members:
:members:
2 changes: 1 addition & 1 deletion ms_deisotope/data_source/scan/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def initialize_scan_cache(self):
'''Initialize a cache which keeps track of which :class:`~.Scan`
objects are still in memory using a :class:`weakref.WeakValueDictionary`.
When a scan is requested, if the scan object is found in the cahce, the
When a scan is requested, if the scan object is found in the cache, the
existing object is returned rather than re-read from disk.
'''
self._scan_cache = WeakValueDictionary()
Expand Down

0 comments on commit de38cdd

Please sign in to comment.