Unleash / Unleash/unleash-python-sdk
UnleashClient.disable_registration isn't documented on the docs
Open
@ivanklee86 is already working on this.
Since Jun 26, 2023.
- Dominant language
- Python
- Stars
- 92
- Forks
- 69
- Avg merge
- 3h 39m
- Merged PRs (30d)
- 1
Description
Describe the bug
I was reading the docs of UnleashClient and noticed that the disable_registration parameter doesn't have a description (code reference). What does it do?
To Reproduce
Steps to reproduce the behavior:
- Go to the docs (https://docs.getunleash.io/unleash-client-python/unleashclient.html) or code
- Search for
disable_registrationparameter - You'll see it's only on the class signature, but not on the parameters descriptions
Expected behavior
I expected to see a description of what it does on the description page.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.