Skip to content

Commit

Permalink
Fix format in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 2, 2024
1 parent 399c09b commit a2fd9f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/blosc2/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# LICENSE file in the root directory of this source tree)
#######################################################################

import contextlib
import warnings
from dataclasses import asdict, dataclass, field, fields

import blosc2
import contextlib


def default_nthreads():
Expand Down Expand Up @@ -177,7 +177,6 @@ class Storage:
This is currently a beta feature (especially write operations) and we
recommend trying it out and reporting any issues you may encounter.
initial_mapping_size: int, optional
The initial size of the mapping for the memory-mapped file when writes are
allowed (r+ w+, or c mode). Once a file is memory-mapped and extended beyond the
Expand All @@ -197,7 +196,6 @@ class Storage:
On Windows, the size of the mapping is directly coupled to the file size.
When the schunk gets destroyed, the file size will be truncated to the
actual size of the schunk.
meta: dict or None
A dictionary with different metalayers. One entry per metalayer:
Expand Down

0 comments on commit a2fd9f8

Please sign in to comment.