Commit ef0ce25a authored by Rafal P. Wiewiora's avatar Rafal P. Wiewiora
Browse files

fix docstring

parent 197eac74
...@@ -136,7 +136,7 @@ class PdbStructure(object): ...@@ -136,7 +136,7 @@ class PdbStructure(object):
Whether to load every model of an NMR structure or trajectory, or Whether to load every model of an NMR structure or trajectory, or
just load the first model, to save memory. just load the first model, to save memory.
extraParticleIdentifier : string='EP' extraParticleIdentifier : string='EP'
if this value appears in the element column for an ATOM record, the Atom's element will be set to None to mark it as an extra particle if this value appears in the element column for an ATOM record, the Atom's element will be set to 'EP' to mark it as an extra particle
""" """
# initialize models # initialize models
self.load_all_models = load_all_models self.load_all_models = load_all_models
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment