[Zope3-checkins] SVN: Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt fix indentation

Benji York benji at zope.com
Mon Aug 1 10:22:12 EDT 2005


Log message for revision 37617:
  fix indentation
  

Changed:
  U   Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt

-=-
Modified: Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt
===================================================================
--- Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt	2005-08-01 13:21:16 UTC (rev 37616)
+++ Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt	2005-08-01 14:22:12 UTC (rev 37617)
@@ -11,9 +11,9 @@
 
 The browser can `open` web pages:
 
-   >>> browser.open('http://localhost/@@/testbrowser/simple.html')
-   >>> browser.url
-   'http://localhost/@@/testbrowser/simple.html'
+    >>> browser.open('http://localhost/@@/testbrowser/simple.html')
+    >>> browser.url
+    'http://localhost/@@/testbrowser/simple.html'
 
 
 Page Contents



More information about the Zope3-Checkins mailing list