Skip to content

Commit

Permalink
Merge pull request #138 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
yoshitomo-matsubara authored Aug 24, 2023
2 parents 26ba438 + 7a8762b commit 572ffb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sc2bench/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def register_analysis_class(cls):
:param cls: analyzer class to be registered
:type cls: class
:return: cls: registered analyzer class
:rtype: cls: class
:return: registered analyzer class
:rtype: class
"""
ANALYZER_CLASS_DICT[cls.__name__] = cls
return cls
Expand Down

0 comments on commit 572ffb1

Please # to comment.