h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
582 stars 85 forks source link

Documentation: possible typo in "About arithmetic and string" #29

Open irancati opened 4 years ago

irancati commented 4 years ago

In this paragraph

About arithmetic and string Operations are done with python operators and allows types that python allows, and return [] if the operation can be done due to incompatible types.

I think the last sentence should be: ".. if the operation cannot be done due to incompatible.."