Skip to content

Commit b80f97b

Browse files
committed
remove lint
1 parent 3a35af4 commit b80f97b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/babel_heatf.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ summary = "PyMT plugin for the Fortran heat model"
2525

2626
[ci]
2727
python_version = ["3.9"]
28-
os = ["linux", "mac", "windows"]
28+
os = ["linux", "mac", "windows"]

docs/source/example-fortran.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Windows
128128

129129
Building the *heat* model on Windows requires either:
130130

131-
* A Unix-like system, such as `Cygwin <https://www.cygwin.com/>`_ or
131+
* A Unix-like system, such as `Cygwin <https://www.cygwin.com/>`_ or
132132
`Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/>`_,
133133
in which case you can follow the above Linux and macOS instructions.
134134
* Microsoft Visual Studio 2017 or later, or Microsoft Build Tools for
@@ -167,7 +167,7 @@ to conda, for example using the binaries provided by
167167
The `BMI bindings <https://github.com/csdms/bmi-fortran>`_ (installed
168168
here via conda) should be compiled with the same compiler as the model
169169
that uses them, to avoid incompatibility issues, and so if you choose
170-
a different compiler than provided by `fortran-compiler`, you will
170+
a different compiler than provided by `fortran-compiler`, you will
171171
likely have to compile the BMI bindings with this compiler as well.
172172

173173

0 commit comments

Comments
 (0)