Skip to content

Commit

Permalink
docs: Fix incorrect formatting of Python code in tutorial
Browse files Browse the repository at this point in the history
(Internal change: 2343770)
  • Loading branch information
sunyab authored and pixar-oss committed Oct 9, 2024
1 parent aa32ba0 commit a9518c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tut_inspect_and_author_props.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Tutorial
.. code-block:: pycon
>>> radiusAttr = sphere.GetAttribute('radius')
>>> radiusAttr.Set(2)
>>> radiusAttr.Set(2)
True
>>> extentAttr.Set(extentAttr.Get() * 2)
True
Expand Down

0 comments on commit a9518c5

Please sign in to comment.