Skip to content

Commit 2fd17ea

Browse files
committed
docstr typo fix
1 parent 112e5f0 commit 2fd17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thalas/execution/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
7575
- The pipeline might get too big and unwieldy, in which case we can cut it up by
7676
specifying a hard-coded path as the input to a step. Or perhaps we can have
77-
our cake and eat it to by putting in an "assert" statement to ensure the input
77+
our cake and eat it too by putting in an "assert" statement to ensure the input
7878
path that's computed from upstream dependencies is what we expect.
7979
8080
- If we decide to rename fields, we can extend `versioned` to take a string of

0 commit comments

Comments
 (0)