Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

docs: fix simple typo, subtituted -> substituted #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tangent/naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Namer(object):
"""Generate human-readable names for AST nodes.

Given an AST node, this class tries to produce a sensible variable name
that it could be subtituted with.
that it could be substituted with.

In principle, it will try to construct sensible names from the operands and
operator e.g. `x + y` becomes `x_plus_y`. However, the length of these
Expand Down