Skip to content

Commit c2ddc7f

Browse files
committed
spelling: implementation
1 parent 953bdda commit c2ddc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/clipboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def command_exists(command):
6060

6161

6262
def get_clipboard():
63-
"""Get best clipboard handling implemention for current system."""
63+
"""Get best clipboard handling implementation for current system."""
6464

6565
if platform.system() == 'Darwin':
6666
if command_exists('pbcopy'):

0 commit comments

Comments
 (0)