Skip to content

Commit

Permalink
Fix over the wire test.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jul 6, 2023
1 parent ac686ec commit 6d5d4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/etestbrowser/over_the_wire.rst
Expand Up @@ -17,5 +17,5 @@ The browser can `open` web pages:

>>> browser.open('https://www.w3.org')
>>> print(browser.contents)
<!DOCTYPE html ...
...The World Wide Web Consortium (W3C) is an international community...
<!doctype html>
...<h1>Making the Web work</h1>...

0 comments on commit 6d5d4e8

Please sign in to comment.