Skip to content

Commit 4602536

Browse files
committed
fix python doctest
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 9f42e13 commit 4602536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vortex-python/src/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl PyVortexWriteOptions {
280280
/// >>> vx.io.VortexWriteOptions.default().write(sprl, "chonky.vortex")
281281
/// >>> import os
282282
/// >>> os.path.getsize('chonky.vortex')
283-
/// 216036
283+
/// 215972
284284
/// ```
285285
///
286286
/// Wow, Vortex manages to use about two bytes per integer! So advanced. So tiny.
@@ -292,7 +292,7 @@ impl PyVortexWriteOptions {
292292
/// ```python
293293
/// >>> vx.io.VortexWriteOptions.compact().write(sprl, "tiny.vortex")
294294
/// >>> os.path.getsize('tiny.vortex')
295-
/// 55152
295+
/// 55088
296296
/// ```
297297
///
298298
/// Random numbers are not (usually) composed of random bytes!

0 commit comments

Comments
 (0)