Skip to content

Commit

Permalink
Testing spellchekcer
Browse files Browse the repository at this point in the history
  • Loading branch information
szmazurek committed Sep 16, 2024
1 parent 92d2f97 commit d453ca0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GANDLF/some_misspled_file_nmae.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Testing the spellckecker workflow


def some_function():
print("Hello World!")
print("This is a test of the spellchecker workflow")
print("Here it is properly spelled")


def some_misspled_function():
print("This is a test of the spellchecker workflow")
print("Here it is not properly spelled")
print("misspled!")

0 comments on commit d453ca0

Please sign in to comment.