Skip to content

Commit

Permalink
Merge pull request prody#1769 from jamesmkrieger/prody-master
Browse files Browse the repository at this point in the history
fix altloc docs
  • Loading branch information
jamesmkrieger authored Oct 12, 2023
2 parents 812d61f + 0cfa3a8 commit 5412ff7
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 5412ff7

Please sign in to comment.