Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit d6bb3ff

Browse files
committed
Update src/structurizr/view/dynamic_view.py
1 parent 3a7d335 commit d6bb3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structurizr/view/dynamic_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def subsequence(self):
159159
@contextmanager
160160
def parallel_sequence(self, continue_numbering: bool):
161161
r"""
162-
Start a parallel sequence through a `with` block.
162+
Start a context-managed parallel sequence.
163163
164164
Args:
165165
continue_numbering: if `True` then when the with block completes, the main

0 commit comments

Comments
 (0)