Skip to content

Commit 0bc2ab3

Browse files
authored
Merge pull request #1 from jposada202020/4upstream
fixing docs
2 parents b0ab3b4 + 3665b2b commit 0bc2ab3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

adafruit_pcf8563/pcf8563.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
"""
7-
`adafruit_pcf8563` - PCF8563 Real Time Clock module
7+
`pcf8563` - PCF8563 Real Time Clock module
88
====================================================
99
1010
This library supports the use of the PCF8563-based RTC in CircuitPython. It
@@ -36,8 +36,7 @@ class is inherited by the chip-specific subclasses.
3636
3737
#. Milliseconds are not supported by this RTC.
3838
#. The alarm does not support seconds. It will always fire on full minutes.
39-
#. This RTC has a single timer. The class Timer implements the
40-
interface to timer-specfic registers.
39+
#. This RTC has a single timer. The class Timer implements the interface to timer-specfic registers.
4140
#. The class Clock implements the configuration of the clkout-pin.
4241
#. Datasheet: http://cache.nxp.com/documents/data_sheet/PCF8563.pdf
4342
"""

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Uncomment the below if you use native CircuitPython modules such as
2525
# digitalio, micropython and busio. List the modules you use. Without it, the
2626
# autodoc module docs will fail to generate with a warning.
27-
# autodoc_mock_imports = ["adafruit_bus_device", "adafruit_register"]
27+
autodoc_mock_imports = ["adafruit_bus_device", "adafruit_register"]
2828

2929
# Add any paths that contain templates here, relative to this directory.
3030
templates_path = ["_templates"]

0 commit comments

Comments
 (0)