summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-07 23:32:10 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-09-07 23:32:10 -0500
commitfcec42c3a87f71686ed95e9176b2a441c3398f2e (patch)
tree4772ced64ff8745af9dc97c7f8c090bac43d8227 /PCbuild
parent899f32fe1ef9882a4dedf16f0d2721a3e6beb8c6 (diff)
parent70b7539f9c61f4e41105dd49547dcecb4beb0f8b (diff)
downloadcpython-git-fcec42c3a87f71686ed95e9176b2a441c3398f2e.tar.gz
Closes #25010: Merge with 3.5
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 68cdb0ffbc..51164e23d0 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.