diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index cf40ee3..644c934 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -19,8 +19,8 @@ Using `Conda`_ :: -SASA analisys ---------------------- +SASA analysis +------------- If you already familiar with MDAnaysis the first steps are simple:: diff --git a/mdakit_sasa/analysis/sasaanalysis.py b/mdakit_sasa/analysis/sasaanalysis.py index 3495b1b..9689d8c 100644 --- a/mdakit_sasa/analysis/sasaanalysis.py +++ b/mdakit_sasa/analysis/sasaanalysis.py @@ -3,9 +3,9 @@ =========================================================== This module contains the :class:`SASAAnalysis` class, this class follow -the standarised :class:`AnalysisBase` that will be familiar for MDAnalisys users. +the standarised :class:`AnalysisBase` that will be familiar for MDAnalysis users. -This module is the entry point for this MDA Kit. +This module is the entry point for this MDAKit. """ from typing import Union, TYPE_CHECKING @@ -112,4 +112,4 @@ def _conclude(self): self.results.mean_total_area= self.results.total_area.mean() def _is_windows(self): - return os.name == 'nt' \ No newline at end of file + return os.name == 'nt'