Skip to content

Commit f4d9334

Browse files
committed
fix line too long
1 parent 40d910f commit f4d9334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyvips/gvalue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class GValue(object):
5757
_gtype_to_python = {
5858
gbool_type: 'bool',
5959
gint_type: 'int',
60-
guint64_type: 'long', # Note: int and long have been unified in Python 3
60+
guint64_type: 'long', # Note: int and long are unified in Python 3
6161
gdouble_type: 'float',
6262
gstr_type: 'str',
6363
refstr_type: 'str',

0 commit comments

Comments
 (0)