Skip to content

Commit

Permalink
Upgrade script: Small docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Mar 27, 2020
1 parent ecc5121 commit 8523ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixio/cmd/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def add_id():
def update_property_values(fname):
"""
Returns a closure that binds the filename. When the return value is
called, it modifies rewrites all the metadata Property objects to the new
format.
called, it rewrites all the metadata Property objects to the new format.
"""
props = list()

Expand Down

0 comments on commit 8523ed1

Please sign in to comment.