@@ -89,10 +89,10 @@ A keystroke can be:
89
89
90
90
91
91
:code: `key ` module
92
- ---------------------
92
+ ------------------
93
93
94
94
This submodule contains a list of available keys to compare against. The constants are defined depending on your operating system, so it should be
95
- fully portable. If a key is listed here for your platform, :code: `readkey() ` can read it and you can compare against it.
95
+ fully portable. If a key is listed here for your platform, :code: `readkey() ` can read it, and you can compare against it.
96
96
97
97
98
98
OS Support
@@ -165,15 +165,15 @@ In order to develop and run the tests, follow these steps:
165
165
166
166
make
167
167
168
- (or run the command used inside the Makefile manually, if you don't have/want :code: `make `)
168
+ (or run the commands used inside the Makefile manually, if you don't have/know :code: `make `)
169
169
170
170
171
171
Please, **Execute the tests before any pull-request **. This will avoid invalid builds.
172
172
173
173
174
174
------
175
175
176
- *Copyright (c) 2014-2022 Miguel Angel Garcia *
176
+ *Copyright (c) 2014-2022 Miguel Ángel García *
177
177
178
178
179
179
.. |GitHub badge | image :: https://badges.aleen42.com/src/github.svg
@@ -186,7 +186,7 @@ Please, **Execute the tests before any pull-request**. This will avoid invalid b
186
186
:target: PyPi_
187
187
:alt: supported Python versions
188
188
.. |licence badge | image :: https://img.shields.io/pypi/l/readchar?color=blue
189
- :target: licence_
189
+ :target: LICENCE_
190
190
:alt: Project licence
191
191
.. |test status | image :: https://github.com/magmax/python-readchar/actions/workflows/run-tests.yml/badge.svg?branch=master
192
192
:target: https://github.com/magmax/python-readchar/actions/workflows/run-tests.yml?query=branch%3Amaster
@@ -200,5 +200,5 @@ Please, **Execute the tests before any pull-request**. This will avoid invalid b
200
200
201
201
.. _GitHub : https://github.com/magmax/python-readchar
202
202
.. _PyPi : https://pypi.python.org/pypi/readchar
203
- .. _ licence : LICENCE
203
+ .. _ LICENCE : LICENCE
204
204
.. _python-inquirer : https://github.com/magmax/python-inquirer
0 commit comments