diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-01 01:19:30 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-01 01:19:30 (GMT) |
commit | 37b5f9eebc0d7ce43c7e38e4ccd6d8ad904007b5 (patch) | |
tree | f5a1b827b7aec65770295bb51d0b1d809ce3cacb /Doc/faq/windows.rst | |
parent | 941afedd741b26c0e54c377e8b04f5eb6af823c9 (diff) | |
download | cpython-37b5f9eebc0d7ce43c7e38e4ccd6d8ad904007b5.zip cpython-37b5f9eebc0d7ce43c7e38e4ccd6d8ad904007b5.tar.gz cpython-37b5f9eebc0d7ce43c7e38e4ccd6d8ad904007b5.tar.bz2 |
Fix some misuses of Sphinx roles and one typo
Diffstat (limited to 'Doc/faq/windows.rst')
-rw-r--r-- | Doc/faq/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index 8a20950..6b37faf 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -546,7 +546,7 @@ A trick to get it to run an arbitrary file is to construct a call to :func:`execfile` with the name of your file as argument. Also note that you can not mix-and-match Debug and Release versions. If you -wish to use the Debug Multithreaded DLL, then your module *must* have an "_d" +wish to use the Debug Multithreaded DLL, then your module *must* have ``_d`` appended to the base name. |