Skip to content

Commit 2786293

Browse files
committed
update docstring
1 parent 1bae439 commit 2786293

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/sites/atcoder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ def get_problem_setters():
7979
@staticmethod
8080
def get_editorial_link(problem_link):
8181
"""
82+
@param problem_link (String): Problem URL
83+
84+
@return (String/None): Editorial link
8285
"""
8386
try:
8487
contest_id = re.search("contests/.*/tasks",

0 commit comments

Comments
 (0)