Closed abdomit closed 4 years ago
There is a typo in the documentation of get_server_info defined in tango/db.py:1572
get_server_info
tango/db.py:1572
the doc says: name of the server to be unexported with format: <server name>/<instance>
name of the server to be unexported with format: <server name>/<instance>
it should be: name of the server with format: <server name>/<instance>
name of the server with format: <server name>/<instance>
Thanks for the note, @abdomit. Would you mind submitting a pull request with a fix?
No problem: #393
Thanks for the merge
There is a typo in the documentation of
get_server_info
defined intango/db.py:1572
the doc says:
name of the server to be unexported with format: <server name>/<instance>
it should be:
name of the server with format: <server name>/<instance>