Skip to content

Commit 380f5e3

Browse files
committed
Correct typo in comments
Signed-off-by: M Q <[email protected]>
1 parent c5ef480 commit 380f5e3

File tree

1 file changed

+1
-1
lines changed
  • examples/apps/ai_multi_ai_app

1 file changed

+1
-1
lines changed

examples/apps/ai_multi_ai_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def compose(self):
161161
segment_descriptions=seg_descriptions_pancreas, custom_tags=custom_tags_pancreas
162162
)
163163

164-
# NOTE: Sharp eyed readers can alreay see that the above instantiation of object can be simply parameterized.
164+
# NOTE: Sharp eyed readers can already see that the above instantiation of object can be simply parameterized.
165165
# Very true, but leaving them as if for easy reading. In fact the whole app can be parameterized for general use.
166166

167167
# Create the processing pipeline, by specifying the upstream and downstream operators, and

0 commit comments

Comments
 (0)