From 588cecb03fff5a9040b40493256a250b981c7159 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 31 Aug 2016 11:01:06 +0100 Subject: [PATCH] typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 77425b9..792cfa3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,7 +12,7 @@ Release 1.3.0 (2016-08-31) class (`#340`_) * Added :class:`Servo` and :class:`AngularServo` classes for controlling simple servo motors (`#248`_) -* Lots of work on supporting easier use of internal and third-part pin +* Lots of work on supporting easier use of internal and third-party pin implementations (`#359`_) * :class:`Robot` now has a proper :attr:`~Robot.value` attribute (`#305`_) * Added :class:`CPUTemperature` as another demo of "internal" devices (`#294`_)