mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
python: fix typos
Typos were found with codespell.
This commit is contained in:
@ -19,7 +19,7 @@ def transform_test(ctx, node, inst, comp):
|
||||
global insertNodeName
|
||||
|
||||
#
|
||||
# Small check to verify the context is correcly accessed
|
||||
# Small check to verify the context is correctly accessed
|
||||
#
|
||||
try:
|
||||
#
|
||||
|
@ -13,7 +13,7 @@ def f(ctx, str):
|
||||
global nodeName
|
||||
|
||||
#
|
||||
# Small check to verify the context is correcly accessed
|
||||
# Small check to verify the context is correctly accessed
|
||||
#
|
||||
try:
|
||||
pctxt = libxslt.xpathParserContext(_obj=ctx)
|
||||
|
Reference in New Issue
Block a user