openfga/python-sdk

README: double slash used as comments in example

adriantam opened this issue · 2 comments

Some of the README examples are incorrect in that double slash // are used in place of # as comments.

The offending lines are

Ideally, we will also fix the SDK generator here and here so that newly generated python SDKs will have the corresponding changes. This is tracked as openfga/sdk-generator#126. However, if that is difficult to do, simply focusing on the Python SDK side https://github.com/openfga/python-sdk/blob/main/README.md will help us as well.

i can do that

We have a PR (#30) fixing this already from another community member, but thank you for your interest!