Skip to content

Commit 6d78bd3

Browse files
committed
fix note
1 parent b547145 commit 6d78bd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/12-extensions/extensions-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ and weaknesses.
3838

3939
This underlies many of the techniques that we'll see here.
4040

41-
.. note::
42-
43-
These days, there are better methods for most applications,
44-
and you should probably not use the C-API directly.
45-
41+
```{note}
42+
These days, there are better methods for most applications,
43+
and you should probably not use the C-API directly.
44+
```
45+
4646
* [ctypes](https://docs.python.org/3/library/ctypes.html) : this
4747
is a module that allows you to call functions in shared libraries.
4848
This is part of standard python.

0 commit comments

Comments
 (0)