Skip to content

Commit

Permalink
Merged in jsma/sphinxcontrib-spelling/jsma/use-https-with-pypipythono…
Browse files Browse the repository at this point in the history
…rg-fixes-exce-1466568698646 (pull request #5)

Use https with pypi.python.org.
  • Loading branch information
dhellmann committed Jun 23, 2016
2 parents b62d52b + b48e203 commit fc11b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/spelling/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class PyPIFilterFactory(IgnoreWordsFilterFactory):
"""Build an IgnoreWordsFilter for all of the names of packages on PyPI.
"""
def __init__(self):
client = xmlrpc_client.ServerProxy('http://pypi.python.org/pypi')
client = xmlrpc_client.ServerProxy('https://pypi.python.org/pypi')
IgnoreWordsFilterFactory.__init__(self, client.list_packages())


Expand Down

0 comments on commit fc11b4d

Please sign in to comment.