Skip to content

Commit

Permalink
Fix typos in docs (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Dec 24, 2023
1 parent 315aba9 commit ada6fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Using `Conda`_ ::



SASA analisys
---------------------
SASA analysis
-------------

If you already familiar with MDAnaysis the first steps are simple::

Expand Down
6 changes: 3 additions & 3 deletions mdakit_sasa/analysis/sasaanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
return os.name == 'nt'

0 comments on commit ada6fa2

Please sign in to comment.