Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Sep 12, 2024
1 parent 95a9a0d commit 860c7b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prody/proteins/fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ def addMissingAtoms(infile, method='openbabel', pH=7.0, outfile=None, **kwargs):
default is 'openbabel'
:type method: str
:arg pH: pH value applyed only for PDBfixer.
:arg pH: pH value applied only for PDBfixer.
:type pH: int, float
:arg model_residues: add all missing atoms from residues, applyed only for PDBfixer.
:arg model_residues: add all missing atoms from residues, applied only for PDBfixer.
default is False
:type model_residues: bool
:arg keep_ids: keep the oryginal residue number, applyed only for PDBfixer.
:arg keep_ids: keep the original residue number, applied only for PDBfixer.
default is True
:type keep_ids: bool
Expand Down Expand Up @@ -178,15 +178,15 @@ def fixStructuresMissingAtoms(infiles, method='openbabel', pH=7.0, outfiles=None
default is 'openbabel'
:type method: str
:arg model_residues: add all missing atoms from residues, applyed only for PDBfixer.
:arg model_residues: add all missing atoms from residues, applied only for PDBfixer.
default is False
:type model_residues: bool
:arg keep_ids: keep the oryginal residue number, applyed only for PDBfixer.
:arg keep_ids: keep the original residue number, applied only for PDBfixer.
default is True
:type keep_ids: bool
:arg pH: pH value applyed only for PDBfixer.
:arg pH: pH value applied only for PDBfixer.
:type pH: int, float
Instalation of Openbabel:
Expand Down

0 comments on commit 860c7b3

Please sign in to comment.