Skip to content

Commit

Permalink
Fixing camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-DeBandi99 committed Jun 29, 2022
1 parent b86effd commit d5982ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkouda/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__(self, values, **kwargs) -> None:
self.ndim = self.codes.ndim
self.shape = self.codes.shape
self.dtype = str_
self.objType = self.__class__.__name__
self.objtype = self.__class__.__name__
self.name: Optional[str] = None

@classmethod
Expand Down

0 comments on commit d5982ba

Please sign in to comment.