fix: wrong cls usage in self class

This commit is contained in:
cclecle
2023-03-17 18:32:38 +00:00
parent 525200b1fc
commit 2d718d2e4c

View File

@@ -165,8 +165,8 @@ class gitversionhelper: # pylint: disable=too-few-public-methods
f"""
bump the version to the next one
Kwargs:
{cls.__OptDict["bump_type"]}: the given bump_type (can be None)
{cls.__OptDict["bump_dev_strategy"]}: the given bump_dev_strategy (can be None)
{self.__OptDict["bump_type"]}: the given bump_type (can be None)
{self.__OptDict["bump_dev_strategy"]}: the given bump_dev_strategy (can be None)
Return:
the bumped version
"""