[Python-checkins] distutils2: Fix syntax in code blocks that were not colorized

tarek.ziade python-checkins at python.org
Sun Jan 30 10:43:57 CET 2011


tarek.ziade pushed f9925b0b6c7f to distutils2:

http://hg.python.org/distutils2/rev/f9925b0b6c7f
changeset:   931:f9925b0b6c7f
user:        ?ric Araujo <merwok at netwok.org>
date:        Sun Oct 31 11:48:42 2010 +0100
summary:
  Fix syntax in code blocks that were not colorized

files:
  docs/source/library/distutils2.tests.pypi_server.rst

diff --git a/docs/source/library/distutils2.tests.pypi_server.rst b/docs/source/library/distutils2.tests.pypi_server.rst
--- a/docs/source/library/distutils2.tests.pypi_server.rst
+++ b/docs/source/library/distutils2.tests.pypi_server.rst
@@ -77,6 +77,7 @@
         @use_pypi_server()
         def test_somthing(self, server):
             # your tests goes here
+            ...
 
 The decorator will instantiate the server for you, and run and stop it just
 before and after your method call. You also can pass the server initializer,
@@ -85,4 +86,4 @@
     class SampleTestCase(TestCase):
         @use_pypi_server("test_case_name")
         def test_something(self, server):
-            # something
+            ...

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list