Skip to content

Commit b0f3bf2

Browse files
Merge pull request #104 from jan-nabot/fixedmispelling
Corrected missing last letter in variable name.
2 parents b9f72db + fc4ba3c commit b0f3bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xlib/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def change_pointer_control(self, accel = None, threshold = None, onerror = None)
814814
request.ChangePointerControl(display = self.display,
815815
onerror = onerror,
816816
do_accel = do_accel,
817-
do_thres = do_threshold,
817+
do_thresh = do_threshold,
818818
accel_num = accel_num,
819819
accel_denum = accel_denum,
820820
threshold = threshold)

0 commit comments

Comments
 (0)