Skip to content

Commit c1adeb9

Browse files
committed
src/sage/libs/gap/libgap.pyx: backticks for libgap-api.h
1 parent 47826c2 commit c1adeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/libs/gap/libgap.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Using the GAP C library from Cython
162162
163163
We are using the GAP API provided by the GAP project since GAP 4.10.
164164
165-
Calls to the GAP C library (functions declared in libgap-api.h) should
166-
be sandwiched between calls to ``GAP_Enter()`` and
165+
Calls to the GAP C library (functions declared in ``libgap-api.h``)
166+
should be sandwiched between calls to ``GAP_Enter()`` and
167167
``GAP_Leave()``. These are macros defined in ``libgap-api.h`` and must
168168
be used carefully because ``GAP_Enter()`` is defined as two function
169169
calls in succession without braces. The first thing that

0 commit comments

Comments
 (0)