Skip to content

Commit

Permalink
Fix intentions docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostriletskyi committed Sep 2, 2024
1 parent 22d3985 commit 0ac2155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .project-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
4 changes: 2 additions & 2 deletions intentions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class when(AbstractIntention):

class case(AbstractIntention):
"""
"When" intention implementation.
"case" intention implementation.
"""
pass


class expect(AbstractIntention):
"""
"When" intention implementation.
"expect" intention implementation.
"""
pass

0 comments on commit 0ac2155

Please sign in to comment.