Skip to content

Commit e6f43a1

Browse files
Apply suggestions from code review
Co-authored-by: Becky Smith <becky.smith@thedatalab.org>
1 parent bbab784 commit e6f43a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

airlock/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ class Status(Enum):
3434
class AirlockContainer(Protocol):
3535
"""Structural typing class for a instance of a Workspace or ReleaseRequest
3636
37-
Provides a uniform interface for accessing information the paths and files
38-
container within this instance.
37+
Provides a uniform interface for accessing information about the paths and files
38+
contained within this instance.
3939
"""
4040

41-
# The currently selected path in this container. Used to calculate if how
41+
# The currently selected path in this container. Used to calculate how
4242
# a particular path relates to it, i.e. if path *is* the currently selected
4343
# path, or is one of its parents.
4444
selected_path: UrlPath = ROOT_PATH

0 commit comments

Comments
 (0)