Skip to content

Commit

Permalink
Merge branch 'develop' into noah/failure-info-mapcell
Browse files Browse the repository at this point in the history
  • Loading branch information
nwatson22 authored Jul 19, 2024
2 parents f0169d9 + c5acf9d commit c3881fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyk/src/pyk/kllvm/hints/prooftrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def name(self) -> str:

@property
def relative_position(self) -> str:
"""Return the relative position of the LLVM function event in the proof trace. Ex.: (0:0:0:0)."""
"""Return the relative position of the LLVM function event in the proof trace."""
return self._function_event.relative_position

@property
Expand Down Expand Up @@ -243,7 +243,7 @@ def name(self) -> str:

@property
def relative_position(self) -> str:
"""Return the relative position of the hook event in the proof trace. Ex.: (0:0:0:0)."""
"""Return the relative position of the hook event in the proof trace."""
return self._hook_event.relative_position

@property
Expand Down

0 comments on commit c3881fe

Please sign in to comment.