cpython: ebec1a98ab81 (original) (raw)

Mercurial > cpython

changeset 99315:ebec1a98ab81

Issue #25706: Fixed markup in the documentation. [#25706]

Serhiy Storchaka storchaka@gmail.com
date Mon, 23 Nov 2015 16:44:30 +0200
parents d841205776fe(current diff)f4918e98d085(diff)
children 96fb9daf64a5
files
diffstat 3 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Doc/c-api/arg.rst 2 Doc/library/base64.rst 4 Doc/library/stdtypes.rst 2

line wrap: on

line diff

--- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -322,7 +322,7 @@ Other objects Py_CLEANUP_SUPPORTED was added. p (:class:bool) [int]

--- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -148,7 +148,7 @@ The modern interface provides: instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This feature is not supported by the "standard" Ascii85 encoding.

@@ -161,7 +161,7 @@ The modern interface provides: .. versionadded:: 3.4 -.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v') +.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v') Decode an Ascii85 encoded byte string.

--- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2940,7 +2940,7 @@ place, and instead produce new objects. Return true if all bytes in the sequence are ASCII whitespace and the sequence is not empty, false otherwise. ASCII whitespace characters are