Skip to content

Commit c548c0c

Browse files
goldenandrewgitbook-bot
authored andcommitted
GitBook: [#78] No subject
1 parent e7e1464 commit c548c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godel-python-sdk/validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can validate the triple by creating a validation for the triple which will s
3232
```python
3333
# Get unvalidated triple
3434
data = goldapi.unvalidated_triple()["data"]
35-
unvalidated_triple = data["unvalidatedTriple"]
35+
unvalidated_triple = data["triple"]
3636
unvalidated_triple
3737
```
3838

0 commit comments

Comments
 (0)