Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke authored Jan 19, 2022
1 parent 65b75c5 commit 9a9c150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if __name__ == "__main__":
```

Instrumentation is provided by a *tracer class* that inherit from
`pyccolo.BaseTracer`. This class rewrites Python source code with additional
triggers that execute when events of interest kick off, such as when a
`pyccolo.BaseTracer`. This class rewrites Python source code with instrumentation that
triggers that whenever events of interest occur, such as when a
statement is about to execute. By registering a handler with the associated
event (with the `@pyc.before_stmt` decorator, in this case), we can enrich our
programs with additional observability, or even alter their behavior
Expand Down

0 comments on commit 9a9c150

Please sign in to comment.