We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3db2db commit be83d1dCopy full SHA for be83d1d
arcade/application.py
@@ -82,10 +82,8 @@ class Window(pyglet.window.Window):
82
multiple windows, consider using multiple views or divide the window
83
into sections.
84
85
- .. _pyglet_pg_window_size_position:
86
- .. https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#size-and-position
87
- .. _pyglet_pg_window_style:
88
- .. https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#window-style
+ .. _pyglet_pg_window_size_position: https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#size-and-position
+ .. _pyglet_pg_window_style: https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#window-style
89
90
Args:
91
width (optional):
0 commit comments