From 42e4cc2eb7a17570e64699bbc045f9cdea559967 Mon Sep 17 00:00:00 2001 From: Asterisk <44215173+casnz1601@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:29:30 -0400 Subject: [PATCH] =?UTF-8?q?Update=200077.=E7=BB=84=E5=90=88.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove redundant comment for python --- problems/0077.组合.md | 1 - 1 file changed, 1 deletion(-) diff --git a/problems/0077.组合.md b/problems/0077.组合.md index 17e4fb35..9c473bdd 100644 --- a/problems/0077.组合.md +++ b/problems/0077.组合.md @@ -368,7 +368,6 @@ class Solution { ### Python -Python2: ```python class Solution(object): def combine(self, n, k):