Skip to content

Commit e83d0a9

Browse files
authored
Merge pull request #263 from AaltoSciComp/radovan/packaging
fix code emphasis which fixes a build warning
2 parents df205a4 + d5cd279 commit e83d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This is how ``pyproject.toml`` looks:
107107

108108
.. literalinclude:: packaging-example-project/pyproject.toml
109109
:caption: pyproject.toml
110-
:emphasize-lines: 18-20
110+
:emphasize-lines: 13-15
111111

112112
Note how our package requires ``scipy`` and we decided to not pin the version
113113
here (see :ref:`version_pinning`).

0 commit comments

Comments
 (0)