Skip to content

Commit f78b6bc

Browse files
committed
fix typo.
1 parent c1cb23c commit f78b6bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ and pytest's many contributors, this project would not have been possible. Thank
193193
Citation
194194
--------
195195

196-
If you rely on pytask to manage your research project, please cite it with
196+
If you rely on pytask to manage your research project, please cite it with the following
197+
key to help others to discover the tool.
197198

198199
.. code-block::
199200

docs/tutorials/how_to_debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prompt will enter the debugger enabling you to discover the source of the except
4141
.. tip::
4242

4343
Instead of Python's :mod:`pdb`, use `pdb++ <https://github.com/pdbpp/pdbpp>`_ which
44-
is more convenient, colorful has some useful features like the `sticky mode
44+
is more convenient, colorful, and has some useful features like the `sticky mode
4545
<https://github.com/pdbpp/pdbpp#sticky-mode>`_.
4646

4747

0 commit comments

Comments
 (0)