Skip to content

Commit

Permalink
Merge pull request #219 from timgates42/bugfix_typo_determine
Browse files Browse the repository at this point in the history
docs: fix simple typo, deteremine -> determine
  • Loading branch information
asweigart authored Jun 18, 2024
2 parents 0d187a0 + 67cc692 commit 91d35ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyperclip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def paste_wsl():
return copy_wsl, paste_wsl


# Automatic detection of clipboard mechanisms and importing is done in deteremine_clipboard():
# Automatic detection of clipboard mechanisms and importing is done in determine_clipboard():
def determine_clipboard():
'''
Determine the OS/platform and set the copy() and paste() functions
Expand Down

0 comments on commit 91d35ac

Please sign in to comment.