From a7dc76acc6463cb08255d6ffe2c109c064c9fa54 Mon Sep 17 00:00:00 2001 From: Gyojun Youn Date: Tue, 29 Aug 2023 01:12:34 +0900 Subject: [PATCH] style: Re-style comment --- src/polytope/github/repository/InternalCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polytope/github/repository/InternalCode.py b/src/polytope/github/repository/InternalCode.py index 487f614..92a396c 100644 --- a/src/polytope/github/repository/InternalCode.py +++ b/src/polytope/github/repository/InternalCode.py @@ -1,7 +1,7 @@ from enum import Enum, auto -# TODO(TAMREF): elaborate the reason of failure, referring to github error message. +# TODO(TAMREF): Elaborate the reason of failure, referring to GitHub error message. class GithubRepositoryInternalCode(Enum): """Internal status code of Github CRUD requests."""