Skip to content

Commit fd2d3ee

Browse files
committed
函数名拼写错误
1 parent e3920f7 commit fd2d3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎genpac/formats.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def gfwed_domains(self):
8282
return self._gfwed_domains
8383

8484
@property
85-
def ignored_dimains(self):
85+
def ignored_domains(self):
8686
if self._ignored_domains is None:
8787
self._ignored_domains = list(
8888
set(self.rules[0][0] + self.rules[1][0]))

0 commit comments

Comments
 (0)