Skip to content

Commit 2ac5ac8

Browse files
authored
Fix typo in the document (#4636)
<!-- Thanks for your contribution! please review https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before opening an issue. --> ## What do these changes do? <!-- Please give a short brief about these changes. --> ## Related issue number <!-- Are there any issues opened that will be resolved by merging this change? --> Fixes
1 parent 20ed493 commit 2ac5ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/storage_engine/graphar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can also save a subgraph in GraphAr format using the `save_to` function with
108108

109109
```python
110110
import graphscope
111-
from graphscoped.dataset import load_ldbc
111+
from graphscope.dataset import load_ldbc
112112

113113
# initialize a session
114114
sess = graphscope.session(cluster_type="hosts")
@@ -130,7 +130,7 @@ selector = {
130130
}
131131

132132
# save the subgraph to GraphAr format
133-
r = g.save_to(
133+
r = graph.save_to(
134134
"/tmp/ldbc_subgraph_graphar/",
135135
format="graphar",
136136
selector=selector,

0 commit comments

Comments
 (0)