Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Sep 22, 2017
1 parent fa7b5a6 commit d3c4533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc3libs/backends/shellcmd.py
Expand Up @@ -286,7 +286,7 @@ def get_total_memory(self):
return amount*unit
except KeyError: # index out of bounds
raise AssertionError(
"Call to {0} returned out-f-bounds index {1} into sequence {2}"
"Call to {0} returned out-of-bounds index {1} into sequence {2}"
.format(self._get_total_memory_impl, index, parts))
except (ValueError, TypeError) as err:
raise RuntimeError("Cannot `{0}` as a memory amount: {1}"
Expand Down

0 comments on commit d3c4533

Please sign in to comment.