diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-06 09:21:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-06 09:21:02 (GMT) |
commit | 501c16d1df46555dccf35d8ed6f72bac9c72d444 (patch) | |
tree | 3680d38c3666fd8387776c35020f46b9d3bdc945 | |
parent | 3a811f272af4df08044a9500c6350a5eb8bb2fe9 (diff) | |
parent | 4981dd2cb8cda13ea9f8ec1e79c6be0b31be30e6 (diff) | |
download | cpython-501c16d1df46555dccf35d8ed6f72bac9c72d444.zip cpython-501c16d1df46555dccf35d8ed6f72bac9c72d444.tar.gz cpython-501c16d1df46555dccf35d8ed6f72bac9c72d444.tar.bz2 |
Fixed merging error in 3ebeeed1eb28.
Thanks Марк Коренберг.
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 391d4c8..fbb9b28 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -315,8 +315,6 @@ Random generation For almost all applications :func:`os.urandom` is preferable. - For almost all applications :func:`os.urandom` is preferable. - .. versionadded:: 3.3 .. function:: RAND_status() |