From c3b38e54183489a9afd11ce200bdb5317fc7ab75 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 15 Oct 2016 14:56:14 +0200 Subject: Prepare 16.2.0 (#555) * Add empty line to CHANGELOG so extraction works * Fix a bunch of links * Prepare 16.2.0 --- doc/api/rand.rst | 2 +- doc/api/ssl.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/api/rand.rst b/doc/api/rand.rst index 9c86ae6..83aec1e 100644 --- a/doc/api/rand.rst +++ b/doc/api/rand.rst @@ -5,7 +5,7 @@ .. warning:: Functions from this module shouldn't be used. - `Use urandom `_ instead. + `Use urandom `_ instead. .. py:module:: OpenSSL.rand diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index 0edf1ab..00cae9b 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst @@ -465,7 +465,7 @@ Context objects have the following methods: Specify a callback function that will be called when offering `Next Protocol Negotiation - `_ as a server. + `_ as a server. *callback* should be the callback function. It will be invoked with one argument, the :py:class:`Connection` instance. It should return a list of -- cgit v1.2.1