Swlft: fix wording in the comment

This commit is contained in:
Alex Denisov
2023-11-07 17:28:37 +01:00
parent df256e601a
commit dd20a9b009
4 changed files with 5 additions and 5 deletions

View File

@@ -1243,6 +1243,6 @@ class AbiSafeConversionExpr(ImplicitConversionExpr):
class SingleValueStmtExpr(Expr):
"""
An expression that may wrap a statement which produces a single value.
An expression that wraps a statement which produces a single value.
"""
stmt: Stmt | child