diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:30:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:30:46 (GMT) |
commit | 1a690fb65af0661d93a65e069b9e8e0a1fa12087 (patch) | |
tree | f84fb710c2ae74dbf3bb4311ebffedebe631c148 /PCbuild | |
parent | 2504cecebdff16588d7b753843f4a856c510851e (diff) | |
download | cpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.zip cpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.tar.gz cpython-1a690fb65af0661d93a65e069b9e8e0a1fa12087.tar.bz2 |
Issue #25010: Fix path for .pyd example project.
Patch by Shaun Walbridge
Diffstat (limited to 'PCbuild')
-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 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.
|