Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in docs #19

Merged
merged 3 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'