Skip to content

Commit

Permalink
Updated a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Sep 15, 2017
1 parent 860f0ab commit e3e26ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Expand Up @@ -2035,7 +2035,7 @@ def get_size(self, nice_size=False):
return self.dataset.get_size()

def set_size(self):
"""Returns the size of the data on disk"""
"""Sets the size of the data on disk"""
return self.dataset.set_size()

def get_total_size(self):
Expand Down

0 comments on commit e3e26ae

Please sign in to comment.