Skip to content

Commit

Permalink
Minor corrections from review
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed Jan 1, 2024
1 parent 1e56fea commit a22cb56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/macro_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ And the params tuple doesn't technically have to be a tuple:
lambda x: x * x
Lissp Symbol tokens become `str` atoms at the Hissp level,
Lissp symbol tokens become `str` atoms at the Hissp level,
which are `Iterable`\ s containing character strings.
This only works because the variable name is a single character.
Now we're at the same length as Python.
Expand Down Expand Up @@ -2225,7 +2225,7 @@ and ``True`` is a special case of ``1`` in Python.
This would only collide in the invocation position.
(And macros get priority there.
Bonus round: how do you force an invocation of ``%`` to use the local instead?
With no run time overhead?)
With no run-time overhead?)

If you want to give `mod <operator.mod>` that name,
or use the `%<QzPCENT_>` macro unqualified without renaming it,
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip install -r requirements-dev.txt
```

A significant additional portion of Hissp's test coverage is derived from
REPL examples (via Sybil) found in the reStructuredText files in docs/
REPL examples (via Sybil) found in the reStructuredText files in `docs/`
and in docstrings in the source code.
Find the setup for that in `conftest.py`.

Expand Down

0 comments on commit a22cb56

Please sign in to comment.