From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 13 Dec 2017 12:45:13 +0000 (-0800) Subject: trivial: link updates in documentation (GH-2765) (#4836) X-Git-Tag: v2.7.15rc1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff488c082a045467a222aaf77afc66c24192bdd;p=python trivial: link updates in documentation (GH-2765) (#4836) (cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121) --- diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst index c3806457b0..4be58d6971 100644 --- a/Doc/faq/extending.rst +++ b/Doc/faq/extending.rst @@ -56,7 +56,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 b9b5120f05..50ff76e792 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -650,7 +650,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 9f894cae1d..9c9452f92b 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst @@ -474,7 +474,7 @@ 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 93df8d7055..5b55a82f5e 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1134,7 +1134,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 bytes-like object of DER-encoded @@ -1310,7 +1310,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::