diff --git a/source/developers/credits.markdown b/source/developers/credits.markdown index 8958a5724a6..0eba27ef832 100644 --- a/source/developers/credits.markdown +++ b/source/developers/credits.markdown @@ -79,7 +79,7 @@ This page contains a list of people who have contributed in one way or another t - [GadgetReactor](https://github.com/GadgetReactor) - [Geoff Norton](https://github.com/kangaroo) - [goir](https://github.com/goir) -- [gottsman](https://github.com/gottsman) +- [Kevin Gottsman](https://github.com/gottsman) - [Greg Dowling](https://github.com/pavoni) - [Guillem Barba](https://github.com/gbarba) - [Gustav Ahlberg](https://github.com/Gyran) diff --git a/source/developers/platform_example_sensor.markdown b/source/developers/platform_example_sensor.markdown index 8902faead2d..2fd29db8faa 100644 --- a/source/developers/platform_example_sensor.markdown +++ b/source/developers/platform_example_sensor.markdown @@ -45,7 +45,7 @@ class ExampleSensor(Entity): @property def state(self): - """Return the state of the sensor."" + """Return the state of the sensor.""" return 23 @property