Skip to content

Commit de38cdd

Browse files
committed
typo
1 parent c4eb20b commit de38cdd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
# If true, `todo` and `todoList` produce output, else they produce nothing.
9696
todo_include_todos = False
9797

98+
# -- Options for Napoleon ----------------------------------------------
99+
100+
# -- Options for Autodoc ----------------------------------------------
98101

99102
# -- Options for HTML output ----------------------------------------------
100103

docs/data_source/mzml.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ mzML
44
.. automodule:: ms_deisotope.data_source.mzml
55

66
.. autoclass:: MzMLLoader
7+
:show-inheritance:
78
:inherited-members:
89
:members:

ms_deisotope/data_source/scan/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def initialize_scan_cache(self):
417417
'''Initialize a cache which keeps track of which :class:`~.Scan`
418418
objects are still in memory using a :class:`weakref.WeakValueDictionary`.
419419
420-
When a scan is requested, if the scan object is found in the cahce, the
420+
When a scan is requested, if the scan object is found in the cache, the
421421
existing object is returned rather than re-read from disk.
422422
'''
423423
self._scan_cache = WeakValueDictionary()

0 commit comments

Comments
 (0)