jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Fix typo in example code #140

Closed jansel closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #140 into develop will increase coverage by 0.57%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #140      +/-   ##
===========================================
+ Coverage    96.64%   97.22%   +0.57%     
===========================================
  Files           13       13              
  Lines         1461     1442      -19     
===========================================
- Hits          1412     1402      -10     
+ Misses          49       40       -9
Impacted Files Coverage Δ
jmespath/__init__.py 44% <0%> (-6%) :arrow_down:
jmespath/compat.py 90% <0%> (+13.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5776050...52efa9d. Read the comment docs.

jamesls commented 7 years ago

Thanks for the pull request. There's another PR that fixed a couple of other typos as well https://github.com/jmespath/jmespath.py/pull/144 so this has been fixed.

jansel commented 7 years ago

@jamesls #144 only fixes one of the two issues fixed here, see #146 for an updated PR.