Skip to content

Commit

Permalink
comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
zaironjacobs committed Oct 7, 2022
1 parent 28dd43c commit db6ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamjson/streamjsonwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self, name: str, indent: int = 2, ensure_ascii: bool = True):
:param name: The file
:param indent: Spaces to use at the beginning of line
:param ensure_ascii: ascii-only json output (replace non-ascii to \ uNNNN), True by default
:param ensure_ascii: ascii-only json output (replace non-ascii to \\uNNNN), True by default
"""

self.__name = name
Expand Down

0 comments on commit db6ea0d

Please sign in to comment.