Issue #29062: Doc: Fix make suspicious

This commit is contained in:
INADA Naoki 2017-01-14 21:04:40 +09:00
commit f25dec904c
1 changed files with 4 additions and 4 deletions

View File

@ -130,10 +130,10 @@ library/exceptions,,:err,err.object[err.start:err.end]
library/functions,,:step,a[start:stop:step]
library/functions,,:stop,"a[start:stop, i]"
library/functions,,:stop,a[start:stop:step]
library/hashlib-blake2,,:vatrogasac,>>> cookie = b'user:vatrogasac'
library/hashlib-blake2,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
library/hashlib-blake2,,:policajac,">>> compare_digest(b'user:policajac', sig)"
library/hashlib-blake2,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
library/hashlib,,:vatrogasac,>>> cookie = b'user:vatrogasac'
library/hashlib,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
library/hashlib,,:policajac,">>> compare_digest(b'user:policajac', sig)"
library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
library/http.client,,:port,host:port
library/http.cookies,,`,!#$%&'*+-.^_`|~:
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
130 library/functions :step a[start:stop:step]
131 library/functions :stop a[start:stop, i]
132 library/functions :stop a[start:stop:step]
133 library/hashlib-blake2 library/hashlib :vatrogasac >>> cookie = b'user:vatrogasac'
134 library/hashlib-blake2 library/hashlib :vatrogasac user:vatrogasac,349cf904533767ed2d755279a8df84d0
135 library/hashlib-blake2 library/hashlib :policajac >>> compare_digest(b'user:policajac', sig)
136 library/hashlib-blake2 library/hashlib :LEAF h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,
137 library/http.client :port host:port
138 library/http.cookies ` !#$%&'*+-.^_`|~:
139 library/imaplib :MM "DD-Mmm-YYYY HH:MM:SS