Skip to content

Commit

Permalink
Update psf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan authored Oct 1, 2016
1 parent 360b182 commit 72b9f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdtraj/formats/psf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _parse_psf_section(psf):
line = psf.readline().strip()
return title, pointers, data

eef load_psf(fname, **kwargs):
def load_psf(fname, **kwargs):
"""Load a CHARMM or XPLOR PSF file from disk
Parameters
Expand Down

0 comments on commit 72b9f26

Please sign in to comment.