Error in online documentation
Open
- Dominant language
- Python
- Stars
- 150
- Forks
- 79
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
The docstrings of [ufl.operators.dot](https://fenics.readthedocs.io/projects/ufl/en/latest/api-doc/ufl.html#ufl.operators.dot) does not match the actual [documentation](https://github.com/FEniCS/ufl/blob/main/ufl/operators.py#L171) of the function,
i.e.
> UFL operator: Take the dot product of a and b. The complex conjugate of the second argument is taken.
and
> "UFL operator: Take the dot product of *a* and *b*. This won't take the complex conjugate of the second argument."
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.