We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953bdda commit c2ddc7fCopy full SHA for c2ddc7f
bpython/clipboard.py
@@ -60,7 +60,7 @@ def command_exists(command):
60
61
62
def get_clipboard():
63
- """Get best clipboard handling implemention for current system."""
+ """Get best clipboard handling implementation for current system."""
64
65
if platform.system() == 'Darwin':
66
if command_exists('pbcopy'):
0 commit comments