openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
39 stars 15 forks source link

README: double slash used as comments in example #27

Closed adriantam closed 9 months ago

adriantam commented 1 year ago

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 https://github.com/openfga/sdk-generator/issues/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.

Harshal662 commented 1 year ago

i can do that

rhamzeh commented 1 year ago

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