Skip to content

Commit 32bb6d0

Browse files
committed
Fix typo in docstring.
1 parent e31a2cd commit 32bb6d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python/test/unit/common/test_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
def test_version():
1313
"""Test that installed Python version matches C++ version.
1414
15-
C++ DOLFINx follows `major.minor.patch` with a development version
16-
denoted `major.minor.patch.0`.
15+
C++ DOLFINx follows `major.minor.micro` with a development version
16+
denoted `major.minor.micro.0`.
1717
18-
Python DOLFINx follows `major.minor.patch` with the append of `.devx`
18+
Python DOLFINx follows `major.minor.micro` with the append of `.devx`
1919
and `.postx` denoting development and post-release.
2020
"""
2121
cpp_version = parse(dolfinx.cpp.__version__)

0 commit comments

Comments
 (0)