Skip to content

Commit eda4865

Browse files
committed
Merge branch 'master' of github.com:prody/ProDy into devel-5
2 parents bf29aac + c3b275a commit eda4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prody/proteins/pdbfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def _evalAltlocs(atomgroup, altloc, chainids, resnums, resnames, atomnames):
989989
column
990990
991991
:arg hybrid36: whether to use hybrid36 format for atoms with serial
992-
greater than or equal to 99999. Hexadecimal is used otherwise.
992+
greater than 99999. Hexadecimal is used otherwise.
993993
Default is False
994994
:type hybrid36: bool
995995
"""
@@ -1107,7 +1107,7 @@ def writePDBStream(stream, atoms, csets=None, **kwargs):
11071107

11081108
n_atoms = atoms.numAtoms()
11091109

1110-
hybrid36 = kwargs.get('hybrid36',False)
1110+
hybrid36 = kwargs.get('hybrid36', False)
11111111

11121112
occupancy = kwargs.get('occupancy')
11131113
if occupancy is None:

0 commit comments

Comments
 (0)