community icon indicating copy to clipboard operation
community copied to clipboard

kivy/app.py should use an em dash instead of commas

Open VicaWorth opened this issue 5 months ago • 0 comments

The :class:App class is the base for creating Kivy applications. Think of it as your main entry point into the Kivy run loop. In most cases, you subclass this class and make your own app. You create an instance of your specific app class and then**—when you are ready to start the application's life cycle—**you call your instance's :meth:App.run method.

Thank you!

VicaWorth avatar Sep 17 '24 20:09 VicaWorth