Skip to content

Commit

Permalink
Review feedback. Thanks Danny!
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 11, 2019
1 parent 70ae9f3 commit ecd226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/base/project_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Stat(ABC):
"""An existing filesystem path with a known type, relative to the ProjectTree's buildroot.
Note that in order to preserve these invariants, end-user functions are not able to instantiate
this base class (init=False).
this base class (via the `init=False` argument to the dataclass decorator).
"""
path: str

Expand Down

0 comments on commit ecd226e

Please sign in to comment.