From eed62c6d5854f5e8bccc915fd8617213bd1c7fb7 Mon Sep 17 00:00:00 2001 From: tekktrik <89490472+tekktrik@users.noreply.github.com> Date: Thu, 24 Feb 2022 11:32:18 -0500 Subject: [PATCH] Fix note block in docstring Happened to notice in the documentation so here's a quick fix! --- adafruit_ina219.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_ina219.py b/adafruit_ina219.py index 11956bf..869db12 100644 --- a/adafruit_ina219.py +++ b/adafruit_ina219.py @@ -229,7 +229,7 @@ def set_calibration_32V_2A(self): # pylint: disable=invalid-name """Configures to INA219 to be able to measure up to 32V and 2A of current. Counter overflow occurs at 3.2A. - ..note :: These calculations assume a 0.1 shunt ohm resistor is present + .. note:: These calculations assume a 0.1 shunt ohm resistor is present """ # By default we use a pretty huge range for the input voltage, # which probably isn't the most appropriate choice for system