Merge unittest docs suspicious fix.

This commit is contained in:
Robert Collins 2015-07-23 07:32:27 +12:00
commit 6cd5635333
1 changed files with 4 additions and 4 deletions

View File

@ -194,10 +194,10 @@ library/time,,:mm,
library/time,,:ss, library/time,,:ss,
library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):" library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
library/turtle,,::,Example:: library/turtle,,::,Example::
library/unittest,1412,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message'," library/unittest,1406,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,1412,:first,"self.assertEqual(cm.output, ['INFO:foo:first message'," library/unittest,1406,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,1412,:foo,'ERROR:foo.bar:second message']) library/unittest,1406,:foo,'ERROR:foo.bar:second message'])
library/unittest,1412,:second,'ERROR:foo.bar:second message']) library/unittest,1406,:second,'ERROR:foo.bar:second message'])
library/urllib.request,,:close,Connection:close library/urllib.request,,:close,Connection:close
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n" library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
library/urllib.request,,:password,"""joe:password@python.org""" library/urllib.request,,:password,"""joe:password@python.org"""

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
194 library/time :ss
195 library/tracemalloc :limit for index, stat in enumerate(top_stats[:limit], 1):
196 library/turtle :: Example::
197 library/unittest 1412 1406 :foo self.assertEqual(cm.output, ['INFO:foo:first message',
198 library/unittest 1412 1406 :first self.assertEqual(cm.output, ['INFO:foo:first message',
199 library/unittest 1412 1406 :foo 'ERROR:foo.bar:second message'])
200 library/unittest 1412 1406 :second 'ERROR:foo.bar:second message'])
201 library/urllib.request :close Connection:close
202 library/urllib.request :lang xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
203 library/urllib.request :password "joe:password@python.org"