Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in documentation near the macro decorator in the tokenizing module template #12

Open
amn opened this issue Sep 30, 2024 · 0 comments

Comments

@amn
Copy link
Owner

amn commented Sep 30, 2024

It's called macro, not template:

@macro # The `macro` is a decorator recognized by the template processor to replace the entire decorated procedure definition with the "unparsed" result of calling the procedure; the decorator is not valid outside of template processing context (as is evident from the fact there's no corresponding definition of `template`, it's a purely syntactical construct)

It was called template earlier, but was renamed, while the old reference in the documentation text remains.

@amn amn changed the title Error in documentation near the macro decorator in expand-macros.py Error in documentation near the macro decorator in the tokenizing module template Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant