From 25c0940b53b86c4dcf31bd6bc37b1605f72667e3 Mon Sep 17 00:00:00 2001 From: Todd McDaniel Date: Fri, 10 Mar 2017 16:51:03 -0700 Subject: [PATCH] typos and cleanup Corrected typos and cleaned up list --- _src/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_src/README.md b/_src/README.md index 9b82855..50af1a1 100644 --- a/_src/README.md +++ b/_src/README.md @@ -1,12 +1,13 @@ -The following fiiles should be placed in this directory from the python 2.7.10 source: +The following files should be placed in this directory from the python 2.7.10 source: + - Lib/ssl.py - Modules/_ssl.c - Modules/socketmodule.h - Tools/ssl/make_ssl_data.py -Directly downloadable official mirror sources for the files are availabe here: +Directly downloadable official mirror sources for the files are available here: -https://raw.githubusercontent.com/python/cpython/v2.7.10/Lib/ssl.py -https://raw.githubusercontent.com/python/cpython/v2.7.10/Modules/_ssl.c -https://raw.githubusercontent.com/python/cpython/v2.7.10/Tools/ssl/make_ssl_data.py -https://raw.githubusercontent.com/python/cpython/v2.7.10/Modules/socketmodule.h +- https://raw.githubusercontent.com/python/cpython/v2.7.10/Lib/ssl.py +- https://raw.githubusercontent.com/python/cpython/v2.7.10/Modules/_ssl.c +- https://raw.githubusercontent.com/python/cpython/v2.7.10/Tools/ssl/make_ssl_data.py +- https://raw.githubusercontent.com/python/cpython/v2.7.10/Modules/socketmodule.h \ No newline at end of file