fix call to :module: instead of :mod: into documentation

This commit is contained in:
tshirtman 2012-11-27 11:51:26 +01:00
parent fc62285c9e
commit f8c7339bd0
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ as an unlimited drawing board, and as a set of drawing instructions, there are
numerous different instructions you can apply (add) to your canvas, but there numerous different instructions you can apply (add) to your canvas, but there
is two main kind of them: is two main kind of them:
- :module:`kivy.graphics.context_instructions` Context instructions - :mod:`kivy.graphics.context_instructions` Context instructions
- :module:`kivy.graphics.vertex_instructions` Vertex Instructions - :mod:`kivy.graphics.vertex_instructions` Vertex Instructions
Context instructions don't draw anything, but they change the results of the Context instructions don't draw anything, but they change the results of the
Vertex instructions. Vertex instructions.