Skip to content

Commit 46744b0

Browse files
committed
Aktualizacja funkcji wbudowanych
1 parent 96a1ad5 commit 46744b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/bltinmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,6 +2738,7 @@ static PyMethodDef builtin_methods[] = {
27382738
BUILTIN_ORD_METHODDEF
27392739
BUILTIN_POW_METHODDEF
27402740
{"print", (PyCFunction)(void(*)(void))builtin_print, METH_FASTCALL | METH_KEYWORDS, print_doc},
2741+
{"drukuj", (PyCFunction)(void(*)(void))builtin_print, METH_FASTCALL | METH_KEYWORDS, print_doc},
27412742
BUILTIN_REPR_METHODDEF
27422743
BUILTIN_ROUND_METHODDEF
27432744
BUILTIN_SETATTR_METHODDEF

0 commit comments

Comments
 (0)