Skip to content

Commit

Permalink
Removed underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markkness committed Mar 14, 2014
1 parent 2947d41 commit fac3490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distarray/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _setup_key_context(self):

def _key_basename(self):
""" Get the base name for all keys. """
return '_distarray_key_'
return '_distarray_key'

def _key_prefix(self):
""" Generate a prefix for a key name for this context. """
Expand Down

0 comments on commit fac3490

Please sign in to comment.