Skip to content

Commit

Permalink
fix replace type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Sep 12, 2024
1 parent 860c7b3 commit 0ffa953
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3029,10 +3029,10 @@ def getInteractions(self, **kwargs):
:type selection2: str
:arg replace: Used with selection criteria to set the new one
If set to True the selection will be replaced by the new one
:type replace: True or False
by default is False
If set to **True** the selection will be replaced by the new one.
Default is **False**
:type replace: bool
Selection:
If we want to select interactions for the particular residue or group of residues:
selection='chain A and resid 1 to 50'
Expand Down Expand Up @@ -3949,10 +3949,10 @@ def getInteractions(self, **kwargs):
:type selection2: str
:arg replace: Used with selection criteria to set the new one
If set to True the selection will be replaced by the new one
:type replace: True or False
by default is False
If set to **True** the selection will be replaced by the new one.
Default is **False**
:type replace: bool
Selection:
If we want to select interactions for the particular residue or group of residues:
selection='chain A and resid 1 to 50'
Expand Down

0 comments on commit 0ffa953

Please sign in to comment.