From c0b155763e6547dd671701a205f55844a14d9bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 10 Feb 2023 12:32:41 +0100 Subject: [PATCH] doc: bad copypaste, bad. --- doc/python/magnum.trade.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/python/magnum.trade.rst b/doc/python/magnum.trade.rst index 0d904b7..8f8650a 100644 --- a/doc/python/magnum.trade.rst +++ b/doc/python/magnum.trade.rst @@ -214,11 +214,11 @@ :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 - 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, element access coverts to a type corresponding to a particular :ref:`SceneFieldType` and for performance-oriented access the view