Skip to content

Commit 2392580

Browse files
authored
function name checkExt->check_ext
1 parent e98474e commit 2392580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xdamage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_image_from_win(win, pt_w, pt_h, pt_x=0, pt_y=0):
6060
except Exception:
6161
traceback.print_exc()
6262

63-
def checkExt(disp):
63+
def check_ext(disp):
6464
# Check for extension
6565
if not disp.has_extension('DAMAGE'):
6666
sys.stderr.write('server does not have the DAMAGE extension\n')

0 commit comments

Comments
 (0)