refactor
This commit is contained in:
parent
5f8900a47a
commit
b1f402e1f9
2 changed files with 16 additions and 8 deletions
|
|
@ -147,7 +147,7 @@ class Article:
|
|||
|
||||
def __init__(self, enwiki: str) -> None:
|
||||
"""Make a new Article object."""
|
||||
self.enwiki = enwiki
|
||||
self.enwiki = enwiki.replace("_", " ")
|
||||
|
||||
self.links = get_article_links(enwiki)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue