Skip to content

Commit 9f8db65

Browse files
committed
wrap line
1 parent 6699a1f commit 9f8db65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

atomicwrites/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ class AtomicWriter(object):
124124
:param overwrite: If set to false, an error is raised if ``path`` exists.
125125
Errors are only raised after the file has been written to. Either way,
126126
the operation is atomic.
127-
:param open_kwargs: Keyword-arguments to pass to the underlying :py:func:`open`
128-
call. This can be used to set the encoding when opening files in
129-
text-mode.
127+
:param open_kwargs: Keyword-arguments to pass to the underlying
128+
:py:func:`open` call. This can be used to set the encoding when opening
129+
files in text-mode.
130130
131131
If you need further control over the exact behavior, you are encouraged to
132132
subclass.

0 commit comments

Comments
 (0)