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):