We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b547145 commit 6d78bd3Copy full SHA for 6d78bd3
content/12-extensions/extensions-overview.md
@@ -38,11 +38,11 @@ and weaknesses.
38
39
This underlies many of the techniques that we'll see here.
40
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
+ ```{note}
+ These days, there are better methods for most applications,
+ and you should probably not use the C-API directly.
+ ```
+
46
* [ctypes](https://docs.python.org/3/library/ctypes.html) : this
47
is a module that allows you to call functions in shared libraries.
48
This is part of standard python.
0 commit comments