Skip to content

Commit d31209c

Browse files
authored
docs: fix Piccolo name (#2182)
1 parent 824fcca commit d31209c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Why was Tortoise ORM built?
2020

2121
Tortoise ORM was built to provide a lightweight, async-native Object-Relational Mapper for Python with a familiar Django-like API.
2222

23-
Tortoise ORM performs well when compared to other Python ORMs. In `our benchmarks <https://github.com/tortoise/orm-benchmarks>`_, where we measure different read and write operations (rows/sec, more is better), it's trading places with Pony ORM:
23+
Tortoise ORM performs well when compared to other Python ORMs. In `our benchmarks <https://github.com/tortoise/orm-benchmarks>`_, where we measure different read and write operations (rows/sec, more is better), it's trading places with Piccolo:
2424

2525
.. image:: ORM_Perf.png
2626
:target: https://github.com/tortoise/orm-benchmarks

0 commit comments

Comments
 (0)