Skip to content

Commit

Permalink
fix(python-sdk): fix incorrect double slash comments in python-sdk (#267
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rhamzeh authored Jan 2, 2024
2 parents b8618f3 + 0298011 commit 965c32a
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 965c32a

Please sign in to comment.