diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:32:10 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:32:10 (GMT) |
commit | fcec42c3a87f71686ed95e9176b2a441c3398f2e (patch) | |
tree | 4772ced64ff8745af9dc97c7f8c090bac43d8227 | |
parent | 899f32fe1ef9882a4dedf16f0d2721a3e6beb8c6 (diff) | |
parent | 70b7539f9c61f4e41105dd49547dcecb4beb0f8b (diff) | |
download | cpython-fcec42c3a87f71686ed95e9176b2a441c3398f2e.zip cpython-fcec42c3a87f71686ed95e9176b2a441c3398f2e.tar.gz cpython-fcec42c3a87f71686ed95e9176b2a441c3398f2e.tar.bz2 |
Closes #25010: Merge with 3.5
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 68cdb0f..51164e2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -338,5 +338,5 @@ Your Own Extension DLLs -----------------------
If you want to create your own extension module DLL (.pyd), there's an
-example with easy-to-follow instructions in ..\PC\example\; read the
+example with easy-to-follow instructions in ..\PC\example_nt\; read the
file readme.txt there first.
|