Skip to content

Commit df2eb51

Browse files
committed
sphinx fixes3; doesn't like unicode quotations...
1 parent 4c0f6c8 commit df2eb51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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. 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.
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-
It’s 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

adafruit_fancyled/fastled_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
`adafruit_fancyled.fastled_helpers`
2424
====================================================
2525
26-
CircuitPython helper library based on the Arduino FastLED library.
26+
CircuitPython "helper" library based on the Arduino FastLED library.
2727
Uses similar function names to assist with porting of existing Arduino FastLED
2828
projects to CircuitPython.
2929

0 commit comments

Comments
 (0)