diff --git a/postgit/adapters.py b/postgit/adapters.py
index 3fb30ab..1f45524 100644
--- a/postgit/adapters.py
+++ b/postgit/adapters.py
@@ -84,7 +84,7 @@ def register_adapters(
 	Call once per sync connection after the schema exists (enum type present).
 
 	:param git_object_type_regtype: argument to :meth:`EnumInfo.fetch` (e.g.
-	    :func:`regtype_git_object_type` if the type is not on ``search_path``).
+	:func:`regtype_git_object_type` if the type is not on ``search_path``).
 	"""
 	info = EnumInfo.fetch(conn, git_object_type_regtype)
 	if info is None:
