This commit is contained in:
Angelos Katharopoulos
2025-12-12 01:21:43 -08:00
parent 753c6a4d0f
commit 3b416a2e36
2 changed files with 1 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ void init_distributed(nb::module_& parent_module) {
Args:
backend (str, optional): The name of the backend to check for availability.
It takes the same values as ``init()``. Default: ``any``.
It takes the same values as :func:`init()`. Default: ``"any"``.
Returns:
bool: Whether the distributed backend is available.