Skip to content

Commit 6061a88

Browse files
Apply suggestions from code review
Co-authored-by: Michal Habera <michal.habera@gmail.com>
1 parent bdf95cc commit 6061a88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/test_demos.py

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

2020

2121
def skip_unsupported(test):
22-
"""Dcecorate test case to skip unsupported cases."""
22+
"""Decorate test case to skip unsupported cases."""
2323

2424
def check_skip(file, scalar_type):
2525
"""Skip scalar_type file combinations not supported."""

ffcx/codegeneration/C/integrals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def generator(
2929
3030
Args:
3131
ir: IR of the integral
32-
domain: BASIx cell type
32+
domain: basix cell type
3333
options: dict of kernel generation options
3434
3535
Returns:

ffcx/codegeneration/numba/integrals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def generator(
2929
3030
Args:
3131
ir: IR of the integral
32-
domain: BASIx cell type
32+
domain: basix cell type
3333
options: dict of kernel generation options
3434
3535
Returns:

0 commit comments

Comments
 (0)