Skip to content

Commit 605908a

Browse files
committed
txt -> text (to fix build warnings)
1 parent c1da92c commit 605908a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/dependencies.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Creating Python environments
301301
Record packages you need to a file called
302302
``requirements.txt``:
303303

304-
.. code-block:: txt
304+
.. code-block:: text
305305
306306
numpy
307307
matplotlib
@@ -470,7 +470,7 @@ compatible.
470470
When pinning versions in ``requirements.txt`` one can use a
471471
variety of comparison operators:
472472

473-
.. code-block:: txt
473+
.. code-block:: text
474474
475475
# numpy that is bigger or equal than version 1, but less than version 2
476476
numpy>=1,<2
@@ -651,13 +651,13 @@ Additional tips and tricks
651651
`black code formatter <https://github.com/psf/black>`__, one can
652652
write the following ``requirement.txt``.
653653

654-
.. code-block:: txt
654+
.. code-block:: text
655655
656656
git+https://github.com/psf/black
657657
658658
or
659659

660-
.. code-block:: txt
660+
.. code-block:: text
661661
662662
https://github.com/psf/black/archive/master.zip
663663

0 commit comments

Comments
 (0)