Skip to content

Commit

Permalink
chore: fix typo in previous blog post
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Jul 29, 2024
1 parent d67c600 commit 7612ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this blog post, I will delve into how this is all achieved. From explaining h

<!-- more -->

## Briding Python and Binary Libraries
## Bridging Python and Binary Libraries

Python, known for its dynamic typing and automated memory management, is fundamentally an interpreted language. Despite not having innate capabilities to directly interact with binary libraries, most Python interpreters bridge this gap efficiently. For instance, CPython—the principal interpreter—enables the creation of binary extensions[^binary_extension] and similarly, PyPy—a widely-used alternative—offers comparable functionalities[^pypy].

Expand Down

0 comments on commit 7612ffd

Please sign in to comment.