Planned release date for pydgraph v21

Please correct the doc:
https://dgraph.io/docs/clients/python/

Currently it says:
client.login_in_namespace(“groot”, “password”, “123”)

It should be:
client.login_into_namespace(“groot”, “password”, 0)

1 Like