alonho / pytrace

pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.
Other
447 stars 21 forks source link

Docs: Plural vs Singular #21

Open guettli opened 7 years ago

guettli commented 7 years ago

From the README:

The reader can filter traces using a python expressions.

"a" means singular. But "expressions" is plural.