[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) · python/cpython@b8b9f95 (original) (raw)
`@@ -46,7 +46,7 @@ howto/pyporting,,::,Programming Language :: Python :: 2
`
46
46
`howto/pyporting,,::,Programming Language :: Python :: 3
`
47
47
`howto/regex,,::,
`
48
48
`howto/regex,,:foo,(?:foo)
`
49
``
`-
howto/urllib2,,:password,"for example ""joe:password@example.com"""
`
``
49
`+
howto/urllib2,,:password,"""joe:password@example.com"""
`
50
50
`library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos2:ipos2+len(out_test)],"
`
51
51
`library/bisect,,:hi,all(val >= x for val in a[i:hi])
`
52
52
`library/bisect,,:hi,all(val > x for val in a[i:hi])
`
`@@ -152,7 +152,7 @@ reference/datamodel,,:step,a[i:j:step]
`
152
152
`reference/datamodel,,:max,
`
153
153
`reference/expressions,,:index,x[index:index]
`
154
154
`` reference/expressions,,,
expressions...`
``
155
``
`` -
reference/expressions,,,"""
"""
``
``
155
`` +
reference/expressions,350,,
``
156
156
`` reference/grammar,,,'
' testlist1 '`'
``
157
157
`reference/lexical_analysis,,:fileencoding,# vim:fileencoding=
`
158
158
`` reference/lexical_analysis,,,", : .
= ;"
``