Skip to content

Commit eb73d2e

Browse files
committed
Update docs/installation.md
1 parent 576a9a5 commit eb73d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The complete mapping of names to their Python API counterparts are:
195195
196196
Using precompiled headers in a large C extension project is supported, just replace `PYAWAITABLE_THIS_FILE_INIT` with `PYAWAITABLE_USE_PCH` **BEFORE** including your precompiled header file in every source file.
197197
198-
After that inside of the precompiled header file right after it includes `pyawaitable.h` add this line:
198+
After that inside of the precompiled header file right after including `pyawaitable.h` add this line:
199199
200200
```c
201201
DECLARE_PYAWAITABLE_ABI;

0 commit comments

Comments
 (0)