Skip to content

Commit

Permalink
chore: Replace non-breaking spaces with regular spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 21, 2021
1 parent 1a1d19b commit 7cca1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdsmerge/flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def flatten(obj, merge_rules, rule_overrides, flattened, path=(), rule_path=(),
Flattens a JSON object into key-value pairs, in which the key is the JSON path as a tuple. For example:
Replaces numbers in JSON paths (representing positions in arrays) with special objects. This ensures that objects
in arrays with different `id` values have different JSON paths – and makes it easy to identify such arrays.
in arrays with different `id` values have different JSON paths – and makes it easy to identify such arrays.
.. code:: json
Expand Down

0 comments on commit 7cca1bf

Please sign in to comment.