From 1f5178eb98ad658c3a1dec66006d4065a025bbfa Mon Sep 17 00:00:00 2001 From: zmy Date: Mon, 2 Nov 2020 19:23:14 +0800 Subject: [PATCH] fix a typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f9a82..907286a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ where options can either be "brief" or "detail", and you will get something like 3. To auto set visible gpu in your python code, just use the following python code. ```python from gpuutil import auto_set -autoset(1) +auto_set(1) ``` the ```auto_set```function is defined as follows: