Skip to content

Commit 0c1aefb

Browse files
imomalievauvipy
authored andcommitted
fix indentation for note block in calling.rst (celery#5933)
1 parent 71afa29 commit 0c1aefb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,4 @@ Shashank Parekh, 2019/07/11
275275
Arel Cordero, 2019/08/29
276276
Kyle Johnson, 2019/09/23
277277
Dipankar Achinta, 2019/10/24
278+
Sardorbek Imomaliev, 2020/01/24

docs/userguide/calling.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -449,13 +449,13 @@ json -- JSON is supported in many programming languages, is now
449449

450450
.. note::
451451

452-
(From Python official docs https://docs.python.org/3.6/library/json.html)
453-
Keys in key/value pairs of JSON are always of the type :class:`str`. When
454-
a dictionary is converted into JSON, all the keys of the dictionary are
455-
coerced to strings. As a result of this, if a dictionary is converted
456-
into JSON and then back into a dictionary, the dictionary may not equal
457-
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
458-
keys.
452+
(From Python official docs https://docs.python.org/3.6/library/json.html)
453+
Keys in key/value pairs of JSON are always of the type :class:`str`. When
454+
a dictionary is converted into JSON, all the keys of the dictionary are
455+
coerced to strings. As a result of this, if a dictionary is converted
456+
into JSON and then back into a dictionary, the dictionary may not equal
457+
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
458+
keys.
459459

460460
pickle -- If you have no desire to support any language other than
461461
Python, then using the pickle encoding will gain you the support of

0 commit comments

Comments
 (0)