Skip to content

Commit

Permalink
fix: fix incorrect double slash comments in python-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Dec 30, 2023
1 parent 177c198 commit 0298011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/clients/python/template/README_calling_api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ body = ClientListRelationsRequest(
)
var response = await fga_client.list_relations(body, options);

// response.relations = ["can_view", "can_edit"]
# response.relations = ["can_view", "can_edit"]
```

#### Assertions
Expand Down

0 comments on commit 0298011

Please sign in to comment.