Skip to content

Commit 6e4f170

Browse files
authored
Merge pull request #30 from tekktrik/doc/fix-note
Fix note block in docstring
2 parents 7794731 + eed62c6 commit 6e4f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ina219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def set_calibration_32V_2A(self): # pylint: disable=invalid-name
229229
"""Configures to INA219 to be able to measure up to 32V and 2A of current. Counter
230230
overflow occurs at 3.2A.
231231
232-
..note :: These calculations assume a 0.1 shunt ohm resistor is present
232+
.. note:: These calculations assume a 0.1 shunt ohm resistor is present
233233
"""
234234
# By default we use a pretty huge range for the input voltage,
235235
# which probably isn't the most appropriate choice for system

0 commit comments

Comments
 (0)