Quote argument names in initializer deprecation warning
commit2d268ef661badabcb63e696dab01857d57cb3371
authorSimon Feltman <sfeltman@src.gnome.org>
Sat, 15 Mar 2014 07:49:00 +0000 (15 00:49 -0700)
committerSimon Feltman <sfeltman@src.gnome.org>
Sat, 15 Mar 2014 08:09:24 +0000 (15 01:09 -0700)
tree5a70f2dd7137161ea95983de88047cccf39d05ae
parenta070e712526e433c236753813acc3ef300f0d203
Quote argument names in initializer deprecation warning

Add quotation marks around names of deprecated positional arguments.
This makes the message clearer in stating what has been deprecated
in cases when only a single argument is displayed.
gi/overrides/__init__.py
tests/test_gi.py