Skip to content

Commit 65b8f62

Browse files
committed
polishing
1 parent 87904fb commit 65b8f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Continuous integration: https://travis-ci.org/RDFLib/rdflib-sqlalchemy/
5050
An illustrative unit test:
5151
==========================
5252

53-
.. code-block:: python
53+
```python
5454

5555
import unittest
5656
from rdflib import plugin, Graph, Literal, URIRef
@@ -79,6 +79,7 @@ An illustrative unit test:
7979

8080
if __name__ == '__main__':
8181
unittest.main()
82+
```
8283

8384
Running the tests
8485
=================

0 commit comments

Comments
 (0)