Skip to content

Commit 71fdd60

Browse files
jderusseJérémy Derussé
authored and
Jérémy Derussé
committed
Fix line wrap
1 parent 3f3f4e0 commit 71fdd60

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

reference/constraints/File.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,13 @@ binaryFormat
160160

161161
**type**: ``boolean`` **default**: ``null``
162162

163-
When true, the sizes will be displayed in messages with binary suffixes (KiB, MiB).
164-
When false, the sizes will be displayed with SI suffixes (kB, MB).
165-
When null, then the binaryFormat will be guessed from the suffix defined in the maxSize option.
163+
When ``true``, the sizes will be displayed in messages with binary suffixes
164+
(KiB, MiB). When ``false``, the sizes will be displayed with SI suffixes (kB,
165+
MB). When ``null``, then the binaryFormat will be guessed from the suffix
166+
defined in the maxSize option.
166167

167-
For more information about the difference between binary and SI suffixes, see `Wikipedia: Binary prefix`_.
168+
For more information about the difference between binary and SI suffixes,
169+
see `Wikipedia: Binary prefix`_.
168170

169171
maxSize
170172
~~~~~~~
@@ -189,7 +191,8 @@ to be valid. The size of the file can be given in one of the following formats:
189191
* **mebibytes**: To specify the ``maxSize`` in mebibytes, pass a number and
190192
suffix it with a "Mi" (e.g. ``8Mi``); 1Mi = 1 048 576 bytes.
191193

192-
For more information about the difference between binary and SI suffixes, see `Wikipedia: Binary prefix`_.
194+
For more information about the difference between binary and SI suffixes,
195+
see `Wikipedia: Binary prefix`_.
193196

194197
mimeTypes
195198
~~~~~~~~~

0 commit comments

Comments
 (0)