Skip to content

Commit

Permalink
xt
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 26, 2024
1 parent ee751ad commit a3c2c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"#| export\n",
"g = globals()\n",
"tags = 'div','img','h1','h2','h3','h4','h5','p','hr','span','html'\n",
"for o in tags: g[o] = partial(t, o)"
"for o in tags: g[o] = partial(xt, o)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion claudia/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def xt(tag, c=None, **kw):
# %% ../00_core.ipynb 16
g = globals()
tags = 'div','img','h1','h2','h3','h4','h5','p','hr','span','html'
for o in tags: g[o] = partial(t, o)
for o in tags: g[o] = partial(xt, o)

# %% ../00_core.ipynb 19
def json_to_xml(d, rnm):
Expand Down

0 comments on commit a3c2c07

Please sign in to comment.