Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Fix spelling errors #6714

Merged
merged 1 commit into from Jan 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion kivy/base.py
Expand Up @@ -313,7 +313,7 @@ def dispatch_input(self):
providers, pass events to postproc, and dispatch final events.
'''

# first, aquire input events
# first, acquire input events
for provider in self.input_providers:
provider.update(dispatch_fn=self._dispatch_input)

Expand Down
2 changes: 1 addition & 1 deletion kivy/tests/common.py
Expand Up @@ -27,7 +27,7 @@
_base = object
if 'mock' != cgl_get_backend_name():
# check what the gl backend might be, we can't know for sure
# what it'll be untill actually initialized by the window.
# what it'll be until actually initialized by the window.
_base = unittest.TestCase

make_screenshots = os.environ.get('KIVY_UNITTEST_SCREENSHOTS')
Expand Down