Skip to content

Commit 682a2f6

Browse files
committed
sphinx fixes4; missed a unicode single quote
1 parent df2eb51 commit 682a2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Introduction
1414
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_FancyLED
1515
:alt: Build Status
1616

17-
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation. Its loosely inspired by the FastLED library for Arduino, and in fact we have a "helper" library using similar function names to assist with porting of existing Arduino FastLED projects to CircuitPython.
17+
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation. It's loosely inspired by the FastLED library for Arduino, and in fact we have a "helper" library using similar function names to assist with porting of existing Arduino FastLED projects to CircuitPython.
1818

1919
Dependencies
2020
=============

adafruit_fancyled/adafruit_fancyled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
====================================================
2525
2626
FancyLED is a CircuitPython library to assist in creating buttery smooth LED animation.
27-
Its loosely inspired by the FastLED library for Arduino, and in fact we have a "helper"
27+
It's loosely inspired by the FastLED library for Arduino, and in fact we have a "helper"
2828
library using similar function names to assist with porting of existing Arduino FastLED
2929
projects to CircuitPython.
3030

0 commit comments

Comments
 (0)