Skip to content

Commit

Permalink
Merge pull request #222 from MAVENSDC/dstansby-patch-1
Browse files Browse the repository at this point in the history
Fix cdf_info() docs
  • Loading branch information
dstansby committed Jun 19, 2023
2 parents f8dbe18 + 3d37fa3 commit e2d47db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdflib/cdfread.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:

def cdf_info(self) -> CDFInfo:
"""
Returns a dictionary that shows the basic CDF information.
Returns basic CDF information.
Returns
-------
Expand Down

0 comments on commit e2d47db

Please sign in to comment.