Skip to content

Commit 4615008

Browse files
committed
Fix example blocks formatting.
I always forget to add the extra blank line here.
1 parent 8ddd70c commit 4615008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tcod/console.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ def load_xp(
12461246
.. versionadded:: 12.4
12471247
12481248
Example::
1249+
12491250
import tcod
12501251
from numpy import np
12511252
@@ -1298,6 +1299,7 @@ def save_xp(
12981299
.. versionadded:: 12.4
12991300
13001301
Example::
1302+
13011303
import tcod
13021304
from numpy import np
13031305

0 commit comments

Comments
 (0)