Skip to content

Commit 7431698

Browse files
committed
implement code review input
1 parent 423433d commit 7431698

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/user/usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ See `tests` folder in the repo for more examples.
615615

616616
Jdiff results are very helpful in determining what is wrong with the outputs. What if you want to reconstruct the results in order to fix the problem. The `parse_diff` helper does just that. Imagine you have a `jdiff` result such as:
617617

618-
Examples of jdiff evaluated results:
619-
620618
```python
621619
ex1 = {'bar-2': 'missing', 'bar-1': 'new'}
622620
ex2 = {

0 commit comments

Comments
 (0)