Skip to content

Commit

Permalink
typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Oct 20, 2023
1 parent c4d80fd commit a489e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cppcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_caching(self, feature_name):


def test_efel_assertion_error():
"""Testing if c++ assertion error is propagated to python acorrectly."""
"""Testing if C++ assertion error is propagated to Python correctly."""
import efel
efel.reset()
trace = {
Expand Down

0 comments on commit a489e95

Please sign in to comment.