From b6547bc1ddb7dac10e4649c83625c0f390a3c449 Mon Sep 17 00:00:00 2001
From: Nick <koskelo2@illinois.edu>
Date: Tue, 1 Aug 2023 13:03:16 -0500
Subject: [PATCH] Pass-through is the more appropriate spelling for the
 adjective.

---
 pytato/transform/metadata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytato/transform/metadata.py b/pytato/transform/metadata.py
index 1223e48..591e705 100644
--- a/pytato/transform/metadata.py
+++ b/pytato/transform/metadata.py
@@ -529,7 +529,7 @@ class AxesTagsEquationCollector(Mapper):
         is the value held by
         :attr:`pytato.DistributedSendRefHolder.passthrough_data`, equality
         equations are added between each axis of *expr* and its corresponding
-        axis in the passthrough data.
+        axis in the pass-through data.
         """
         self.rec(expr.passthrough_data)
         self.rec(expr.send.data)
-- 
GitLab