From d1859274ac2b17315769938456ac88080df63ccf Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Tue, 15 Dec 2015 14:40:42 -0800 Subject: [PATCH] Fix trivial typo in docs Change-Id: I97adeaa68a08e975dfc0cfb4a27e6a9869a2a6b1 --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index ba23f5476..4edd7a74c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -182,7 +182,7 @@ How can I build a custom HardwareManager? ----------------------------------------- Custom HardwareManagers should subclass hardware.HardwareManager or hardware.GenericHardwareManager. The only required method is -evalutate_hardware_support(), which should return one of the enums +evaluate_hardware_support(), which should return one of the enums in hardware.HardwareSupport. Hardware support determines which hardware manager is executed first for a given function (see: "`How are methods executed on HardwareManagers?`_" for more info). Common methods you