From 178c9c5929879944a8ea956eaadc2e5dc63bbc6e Mon Sep 17 00:00:00 2001 From: jamesfe Date: Wed, 19 Jul 2017 17:01:59 +0200 Subject: [PATCH] trivial: link updates in documentation --- Doc/faq/extending.rst | 2 +- Doc/howto/logging-cookbook.rst | 2 +- Doc/library/mailbox.rst | 2 +- Doc/library/ssl.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index 3eafdf193c80a4..88996e48035b24 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -53,7 +53,7 @@ with a tool such as `SWIG `_. `SIP `__, `CXX `_ `Boost `_, or `Weave -`_ are also +`_ are also alternatives for wrapping C++ libraries. diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 71ee417f2bc494..4d2d052d291788 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -941,7 +941,7 @@ Using file rotation ------------------- .. sectionauthor:: Doug Hellmann, Vinay Sajip (changes) -.. (see ) +.. (see ) Sometimes you want to let a log file grow to a certain size, then open a new file and log to that. You may want to keep a certain number of these files, and diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 81244c2ed02bd3..48d76a83221dcb 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst @@ -491,7 +491,7 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF. `Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad `_ An argument for using the original mbox format rather than a variation. - `"mbox" is a family of several mutually incompatible mailbox formats `_ + `"mbox" is a family of several mutually incompatible mailbox formats `_ A history of mbox variations. diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 9b3bdd5489d4a9..1309566ca7d6e0 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1370,7 +1370,7 @@ to speed up repeated connections from the same clients. The *capath* string, if present, is the path to a directory containing several CA certificates in PEM format, following an `OpenSSL specific layout - `_. + `_. The *cadata* object, if present, is either an ASCII string of one or more PEM-encoded certificates or a :term:`bytes-like object` of DER-encoded @@ -1660,7 +1660,7 @@ to speed up repeated connections from the same clients. Get statistics about the SSL sessions created or managed by this context. A dictionary is returned which maps the names of each `piece of information - `_ to their + `_ to their numeric values. For example, here is the total number of hits and misses in the session cache since the context was created::