Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #16080 correct one doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Nov 15, 2015
1 parent c9f3a98 commit ab05e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/dev/digest_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def add_authentication(self, realm, url, username, password):
sage: dt = DigestTransport()
sage: dt.add_authentication("realm", "url", "username", "password")
sage: dt.opener
<OpenerDirector instance at 0x...>
<urllib2.OpenerDirector instance at 0x...>
"""
assert self._opener is None
authhandler = HTTPDigestAuthHandler()
Expand Down

0 comments on commit ab05e06

Please sign in to comment.