Skip to content

Commit 2dc9c46

Browse files
committed
Double quote in readme
1 parent 5acb08b commit 2dc9c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Introduction
2222
:alt: Code Style: Black
2323

2424

25-
This library is a reimplementation and subset of `json_stream <https://github.com/daggaz/json-stream>`_. It enables reading JSON data from a stream rather that loading it all into memory at once. The interface works like lists and dictionaries that are usually returned from `json.load()` but require in-order access. Out of order accesses will lead to missing keys and list entries.
25+
This library is a reimplementation and subset of `json_stream <https://github.com/daggaz/json-stream>`_. It enables reading JSON data from a stream rather that loading it all into memory at once. The interface works like lists and dictionaries that are usually returned from ``json.load()`` but require in-order access. Out of order accesses will lead to missing keys and list entries.
2626

2727

2828
Dependencies

0 commit comments

Comments
 (0)