diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
commit | abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4 (patch) | |
tree | b39ac1a830a308cc000244bccfd70d41468268b3 /Programs | |
parent | f8d6f73f264f2adefdd87c03bebb66a069ead393 (diff) | |
parent | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (diff) | |
download | cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.zip cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.gz cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.bz2 |
Merge doc and comment fixes from 3.5
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/_testembed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c index 39ff097..ab6a8c7 100644 --- a/Programs/_testembed.c +++ b/Programs/_testembed.c @@ -17,7 +17,7 @@ static void _testembed_Py_Initialize(void) /***************************************************** - * Test repeated initalisation and subinterpreters + * Test repeated initialisation and subinterpreters *****************************************************/ static void print_subinterp(void) |