Skip to content

Commit

Permalink
slight language change
Browse files Browse the repository at this point in the history
  • Loading branch information
DevonFulcher committed Sep 20, 2023
1 parent 13ebd52 commit 804937a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class EntityStub(ProtocolHint[QueryInterfaceEntity]):
"""An Entity implementation that does nothing to satisfy the protocol.
"""An Entity implementation that just satisfies the protocol.
QueryInterfaceEntity currently has no methods and the parameter set is created in the factory.
So, there is nothing to do here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class TimeDimensionStub(ProtocolHint[QueryInterfaceTimeDimension]):
"""A TimeDimension implementation that does nothing to satisfy the protocol.
"""A TimeDimension implementation that just satisfies the protocol.
QueryInterfaceTimeDimension currently has no methods and the parameter set is created in the factory.
So, there is nothing to do here.
Expand Down

0 comments on commit 804937a

Please sign in to comment.