Adjust comment

This commit is contained in:
Eric Eastwood
2026-06-09 19:13:42 -05:00
parent c63b40e756
commit bb4c55546b
+3 -4
View File
@@ -13,10 +13,9 @@
*
*/
//! We have these three main classes:
//! - Database pool [`PythonDatabasePoolWrapper`] which creates
//! - connections [`LoggingDatabaseConnectionWrapper`] which creates
//! - transactions [`LoggingTransactionWrapper`]
//! We have these main classes:
//! - Database pool [`PythonDatabasePoolWrapper`] which allows you to start a...
//! - transaction [`LoggingTransactionWrapper`] and query the database
use pyo3::{intern, prelude::*, types::PyCFunction, types::PyList};