Skip to content

Commit 31e6648

Browse files
committed
shorten property name per pylint
1 parent ccfbf8c commit 31e6648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pcf8523.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class PCF8523:
104104
high_capacitance = i2c_bit.RWBit(0x00, 7)
105105
"""True for high oscillator capacitance (12.5pF), otherwise lower (7pF)"""
106106

107-
calibration_schedule_every_minute = i2c_bit.RWBit(0x0E, 7)
107+
calibration_schedule_per_minute = i2c_bit.RWBit(0x0E, 7)
108108
"""False to apply the calibration offset every 2 hours (1 LSB = 4.340ppm);
109109
True to offset every minute (1 LSB = 4.069ppm). The default, False,
110110
consumes less power. See datasheet figures 28-31 for details."""

0 commit comments

Comments
 (0)