Skip to content

Commit 24185c0

Browse files
committed
Getting code block to appear
Removed blank lines
1 parent 7b2f270 commit 24185c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/refcount.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ In Python C extensions you always create and deallocate these ``PyObjects`` *ind
3232
Here is an example of a normal ``PyObject`` creation and deallocation:
3333

3434
.. code-block:: c
35+
:linenos:
3536
3637
#include "Python.h"
37-
3838
void print_hello_world(void) {
3939
PyObject *pObj = NULL:
4040

0 commit comments

Comments
 (0)