Skip to content

Commit 7170b07

Browse files
committed
chore: fix modulare in short description across 3 files
1 parent ae124b4 commit 7170b07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.. |title| replace:: diffpy.cmi documentation
66

7-
``diffpy.cmi`` - Complex modeling infrastructure: a modulare framework for multi-modal modeling of scientific data.
7+
``diffpy.cmi`` - Complex modeling infrastructure: a modular framework for multi-modal modeling of scientific data.
88

99
| Software version |release|
1010
| Last updated |today|.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
maintainers = [
1212
{ name="Simon Billinge", email="[email protected]" },
1313
]
14-
description = "Complex modeling infrastructure: a modulare framework for multi-modal modeling of scientific data."
14+
description = "Complex modeling infrastructure: a modular framework for multi-modal modeling of scientific data."
1515
keywords = ['modelling', 'regression', 'diffraction', 'PDF', 'complex-modeling']
1616
readme = "README.rst"
1717
requires-python = ">=3.11, <3.14"

src/diffpy/cmi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
##############################################################################
1515
"""Complex modeling infrastructure:
16-
a modulare framework for multi-modal modeling of scientific data."""
16+
a modular framework for multi-modal modeling of scientific data."""
1717

1818
# package version
1919
from diffpy.cmi.version import __version__ # noqa

0 commit comments

Comments
 (0)