Browse Source

doc: bad copypaste, bad.

next
Vladimír Vondruš 3 years ago
parent
commit
c0b155763e
  1. 6
      doc/python/magnum.trade.rst

6
doc/python/magnum.trade.rst

@ -214,11 +214,11 @@
:TODO: remove this line once m.css stops ignoring first caption on a page :TODO: remove this line once m.css stops ignoring first caption on a page
`Index and attribute data access`_ `Field data access`_
================================== ====================
The class makes use of Python's dynamic nature and provides direct access The class makes use of Python's dynamic nature and provides direct access
to index and attribute data in their concrete types via :ref:`mapping()` to mapping and field data in their concrete types via :ref:`mapping()`
and :ref:`field()`. The returned views point to the underlying scene data, and :ref:`field()`. The returned views point to the underlying scene data,
element access coverts to a type corresponding to a particular element access coverts to a type corresponding to a particular
:ref:`SceneFieldType` and for performance-oriented access the view :ref:`SceneFieldType` and for performance-oriented access the view

Loading…
Cancel
Save