Skip to content

Commit

Permalink
Update docs/source/getting_started.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <31115101+lilyminium@users.noreply.github.com>
  • Loading branch information
fiona-naughton and lilyminium authored Oct 29, 2024
1 parent e1c5839 commit 8061f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For this example, we will use datafiles from the MDAnalysis tests::
from MDAnalysis.tests.datafiles import PSF, DCD
u = mda.Universe(PSF, DCD)

To analyse a single helix, pass a selection with one atom per reside
To analyse a single helix, pass a selection with one atom per residue
(normally this will be the Cα atoms)::

hel = helanal.HELANAL(u, select='name CA and resnum 161-187')
Expand Down

0 comments on commit 8061f1a

Please sign in to comment.