Skip to content

Commit 7048dc7

Browse files
authored
[Doc] Fix typo in mooncake-store-preview (#142)
1 parent 20a94fc commit 7048dc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/zh/mooncake-store-preview.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ virtual std::shared_ptr<BufHandle> Allocate(
370370
* 基于负载的分配策略:根据存储段的当前负载信息优先选择低负载段。
371371
* 拓扑感知策略:优先选择物理上更接近的数据段以减少网络开销。
372372
373+
## Mooncake Store Python API
374+
373375
### setup
374376
```python
375377
def setup(
@@ -450,7 +452,7 @@ def get(self, key: str) -> bytes
450452
**异常**
451453
- `KeyError`: 当指定键不存在时抛出
452454

453-
## Mooncake Store Python API
455+
---
454456

455457
### remove
456458
```python

0 commit comments

Comments
 (0)