From 24388b17b711fcf92ed21173f9574c11810398eb Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 3 Jul 2024 13:37:44 +0200 Subject: [PATCH] Fix Ultralytics HUB capitalization (#159) --- docs/reference/helpers/utils.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/helpers/utils.md b/docs/reference/helpers/utils.md index 8ae80b9..c2b0b83 100644 --- a/docs/reference/helpers/utils.md +++ b/docs/reference/helpers/utils.md @@ -1,6 +1,6 @@ --- -description: Learn to multi-thread functions using the @threaded decorator in the Ultralytics Hub SDK. Enhance your code efficiency and performance. -keywords: Ultralytics Hub SDK, threaded decorator, multi-threading, Python utils, performance enhancement, code efficiency +description: Learn to multi-thread functions using the @threaded decorator in the Ultralytics HUB SDK. Enhance your code efficiency and performance. +keywords: Ultralytics HUB SDK, threaded decorator, multi-threading, Python utils, performance enhancement, code efficiency --- # Reference for `hub_sdk/helpers/utils.py`