From ee85f3ffb0637952068ae267811bddbdaad65795 Mon Sep 17 00:00:00 2001 From: Joel McCandless Date: Thu, 2 May 2024 14:48:29 -0400 Subject: [PATCH] fix return type annotations --- docs/source/nanonav.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/nanonav.py b/docs/source/nanonav.py index 2e39825..bd51ee8 100644 --- a/docs/source/nanonav.py +++ b/docs/source/nanonav.py @@ -206,7 +206,7 @@ def get_enc1(self): Return the current encoder 1 count. :return: The value of the encoder 1. - rtype: int + :rtype: int """ def get_enc2(self): @@ -214,7 +214,7 @@ def get_enc2(self): Return the current encoder 2 count. :return: The value of the encoder 2. - rtype: int + :rtype: int """ def set_enc1(self, value):