Skip to content

Commit

Permalink
The underscores are not meant to emphasize. Escape them.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer authored and ry committed Jun 10, 2010
1 parent b3b81d6 commit ce34712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ Returns true or false depending on the validity of the server's certificate in t

### client.getPeerCertificate()

Returns a JSON structure detailing the server's certificate, containing a dictionary with keys for the certificate 'subject', 'issuer', 'valid_from' and 'valid_to'
Returns a JSON structure detailing the server's certificate, containing a dictionary with keys for the certificate 'subject', 'issuer', 'valid\_from' and 'valid\_to'


## http.ClientRequest
Expand Down Expand Up @@ -2241,7 +2241,7 @@ Returns true or false depending on the validity of the peers's certificate in th

### stream.getPeerCertificate()

Returns a JSON structure detailing the peer's certificate, containing a dictionary with keys for the certificate 'subject', 'issuer', 'valid_from' and 'valid_to'
Returns a JSON structure detailing the peer's certificate, containing a dictionary with keys for the certificate 'subject', 'issuer', 'valid\_from' and 'valid\_to'


### stream.write(data, encoding='ascii')
Expand Down

0 comments on commit ce34712

Please sign in to comment.