Skip to content

Commit

Permalink
fix altloc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 12, 2023
1 parent 812d61f commit 0cfa3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prody/proteins/ciffile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class MMCIFParseError(Exception):
:arg altloc: if a location indicator is passed, such as ``'A'`` or ``'B'``,
only indicated alternate locations will be parsed as the single
coordinate set of the AtomGroup, if *altloc* is set **True** all
coordinate set of the AtomGroup, if *altloc* is set ``'all'`` then all
alternate locations will be parsed and each will be appended as a
distinct coordinate set, default is ``"A"``
:type altloc: str
Expand Down
2 changes: 1 addition & 1 deletion prody/proteins/pdbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PDBParseError(Exception):
:arg altloc: if a location indicator is passed, such as ``'A'`` or ``'B'``,
only indicated alternate locations will be parsed as the single
coordinate set of the AtomGroup, if *altloc* is set **True** all
coordinate set of the AtomGroup, if *altloc* is set ``'all'`` then all
alternate locations will be parsed and each will be appended as a
distinct coordinate set, default is ``"A"``
:type altloc: str
Expand Down

0 comments on commit 0cfa3a8

Please sign in to comment.