Skip to content

Commit

Permalink
Merge pull request #16483 from ccordoba12/issue-16477
Browse files Browse the repository at this point in the history
PR: Fix error when loading urls (Help)
  • Loading branch information
ccordoba12 committed Sep 23, 2021
2 parents 10b5b52 + f9d9251 commit 95efd22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spyder/plugins/help/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ def load_url(self, url):
qurl = url
else:
qurl = QUrl(url)

self.load(qurl)
self.webview.load(qurl)

def clear(self):
self.set_html('', self.webview.url())
Expand Down

0 comments on commit 95efd22

Please sign in to comment.