Skip to content

Commit

Permalink
fix docs default
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 8, 2023
1 parent df2ff6b commit d77d88e
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 @@ -285,7 +285,7 @@ def _parseMMCIFLines(atomgroup, lines, model, chain, subset,
:arg lines: mmCIF lines
:arg report: whether to report warnings about not finding data
default True
default False
:type report: bool
"""

Expand Down
2 changes: 1 addition & 1 deletion prody/proteins/cifheader.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def getCIFHeaderDict(stream, *keys, **kwargs):
or a stream.
:arg report: whether to report warnings about not finding data
default True
default False
:type report: bool
"""

Expand Down

0 comments on commit d77d88e

Please sign in to comment.