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_registration parameter
- 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.