Skip to content

Commit 2648c1d

Browse files
author
Francesco Rizzi
committed
fix typos in doc #123
1 parent 682625a commit 2648c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/apicpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A *pressio-demoapps* C++ problem class meets the following API
9696
Returns the total number of degrees of freedom on the **stencil** mesh.
9797
Note that, in general, this is not the same as the number of stencil mesh cells.
9898
When you have multiple dofs/cell (for example Euler equations),
99-
then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
99+
then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.
100100

101101

102102
.. _Supported Backends And Types:

docs/source/apipy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Problem Class
6666
Returns the total number of degrees of freedom on the **stencil** mesh.
6767
Note that, in general, this is not the same as the number of stencil mesh cells.
6868
When you have multiple dofs/cell (for example Euler equations),
69-
then the total # of dofs on stencil mesh = # dofs/cell times the # of sample mesh cells.
69+
then the total # of dofs on stencil mesh = # dofs/cell times the # of stencil mesh cells.
7070

7171
:rtype: int
7272

0 commit comments

Comments
 (0)