Skip to content

Commit

Permalink
DOC: io.netcdf: fix a typo in a docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 1, 2015
1 parent 0177788 commit 36ff4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/io/netcdf.py
Expand Up @@ -204,7 +204,7 @@ class netcdf_file(object):
>>> from scipy.io import netcdf
>>> with netcdf.netcdf_file('simple.nc', 'r') as f:
>>> print(f.history)
... print(f.history)
Created for a test
"""
Expand Down

0 comments on commit 36ff4fc

Please sign in to comment.