We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbab784 commit e6f43a1Copy full SHA for e6f43a1
1 file changed
airlock/api.py
@@ -34,11 +34,11 @@ class Status(Enum):
34
class AirlockContainer(Protocol):
35
"""Structural typing class for a instance of a Workspace or ReleaseRequest
36
37
- Provides a uniform interface for accessing information the paths and files
38
- container within this instance.
+ Provides a uniform interface for accessing information about the paths and files
+ contained within this instance.
39
"""
40
41
- # The currently selected path in this container. Used to calculate if how
+ # The currently selected path in this container. Used to calculate how
42
# a particular path relates to it, i.e. if path *is* the currently selected
43
# path, or is one of its parents.
44
selected_path: UrlPath = ROOT_PATH
0 commit comments