Switch arg order in example, resolving #1584

This commit is contained in:
Sean Gillies 2018-12-17 08:57:52 -07:00
parent 085f455310
commit fe2f4c4597

View File

@ -202,7 +202,7 @@ The coordinates of the center of the image can be computed like this.
.. code-block:: pycon
>>> dataset.xy(dataset.width // 2, dataset.height // 2)
>>> dataset.xy(dataset.height // 2, dataset.width // 2)
(476550.0, 4149150.0)
Creating data