stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
434 stars 94 forks source link

docs: fix simple typo, raies -> raises #135

Closed timgates42 closed 2 years ago

timgates42 commented 2 years ago

There is a small typo in ext_tests.py.

Should read raises rather than raies.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.05%) to 65.892% when pulling f8e9bda7b6835cf5ceb581e298a86024fa942796 on timgates42:bugfix_typo_raises into e0b3a9b1fd57bbf9095163dc8c65dd64897b7ca2 on stefankoegl:master.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 65.846% when pulling fb9d0b98a12f1257755392aa839674adeaaee752 on timgates42:bugfix_typo_raises into e0b3a9b1fd57bbf9095163dc8c65dd64897b7ca2 on stefankoegl:master.

stefankoegl commented 2 years ago

That should actually be "does not raise"

timgates42 commented 2 years ago

Thanks @stefankoegl fixed it up

stefankoegl commented 2 years ago

Thanks!