diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
commit | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch) | |
tree | 6ed1a5aaa6ede819ec672beae759c18f6d428121 /Doc/library/tempfile.rst | |
parent | 0d88c652318c4c5eed77fd2e78e9e955ffa5c8d1 (diff) | |
download | cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.zip cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.bz2 |
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Doc/library/tempfile.rst')
-rw-r--r-- | Doc/library/tempfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index b714d0f..486c18d 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst @@ -256,7 +256,7 @@ to specify the directory and this is the recommend approach. module. If ``tempdir`` is unset or ``None`` at any call to any of the above - functions except :func:`gettempprefix` it is initalized following the + functions except :func:`gettempprefix` it is initialized following the algorithm described in :func:`gettempdir`. .. _tempfile-examples: |