summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-08 04:30:46 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-08 04:30:46 (GMT)
commit1a690fb65af0661d93a65e069b9e8e0a1fa12087 (patch)
treef84fb710c2ae74dbf3bb4311ebffedebe631c148
parent2504cecebdff16588d7b753843f4a856c510851e (diff)
downloadcpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.zip
cpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.tar.gz
cpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.tar.bz2
Issue #25010: Fix path for .pyd example project.
Patch by Shaun Walbridge
-rw-r--r--PCbuild/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 74a79c1..c034031 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -318,5 +318,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.