Merge branch 'sethtroisi-master'

* sethtroisi-master:
  [Minor Doc Fix] Fix Python struct example
This commit is contained in:
William S Fulton 2018-08-11 15:44:03 +01:00
commit c7dca4e49f

View file

@ -1311,7 +1311,7 @@ is used as follows:
>>> v.x = 3.5
>>> v.y = 7.2
>>> print v.x, v.y, v.z
7.8 -4.5 0.0
3.5 7.2 0.0
>>>
</pre></div>