From 2d2b89c134a735d8b85cf974231a903ec58aec14 Mon Sep 17 00:00:00 2001 From: Shahar Hadas <shaharhd@gmail.com> Date: 周日, 10 5月 2020 19:18:01 +0800 Subject: [PATCH] Fix network detection for Windows OS (#94) --- doc/api/extend.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/api/extend.rst b/doc/api/extend.rst index 2dbfaa7..4badcb7 100644 --- a/doc/api/extend.rst +++ b/doc/api/extend.rst @@ -10,7 +10,7 @@ You've found the provided hardware signatures don't behave well for your customers (we can test on a limited set of hardware we've receiving reports of usage on environments we never imagined before). You can either change the way the default strategy behaves (choose for instance cpu type over disk label as default) or -invent your own identification method. +provide your own identification method. .. toctree:: -- Gitblit v1.9.1