Skip to content

Commit 56a4ae7

Browse files
committed
Fix a typo
1 parent f358233 commit 56a4ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/rendering-process/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Panda3D Rendering Process
55

66
The rendering process in Panda is comprised by four classes and their
77
interactions: :class:`.GraphicsPipe`, :class:`.GraphicsEngine`,
8-
:class:`.GraphicsStateGaurdian`, and :class:`.GraphicsOutput`. The following
8+
:class:`.GraphicsStateGuardian`, and :class:`.GraphicsOutput`. The following
99
sections will explain the purpose of each of these classes in detail.
1010

1111
Note that the following interfaces are for the advanced user only. If you are

0 commit comments

Comments
 (0)