Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antocuni committed Mar 30, 2021
1 parent a7b429b commit 935e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2021/03/hello-hpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static HPyDef *hello_defines[] = {
static HPyModuleDef moduledef = {
HPyModuleDef_HEAD_INIT,
.m_name = "hello_old",
.m_name = "hello_new",
.m_doc = "hello example using the new HPy API",
.m_size = -1,
.defines = hello_defines,
Expand Down

0 comments on commit 935e8f6

Please sign in to comment.