Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Try2Code committed May 30, 2023
1 parent e51f149 commit e6e786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cdo/cdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __getConfig(self):

# retrieve the list of operators from the CDO binary plus info out number of {{{
# output streams
def __getOperators(self)
def __getOperators(self):
operators = {}

version = parse_version(getCdoVersion(self.CDO))
Expand Down

0 comments on commit e6e786e

Please sign in to comment.