From: Jens Troeger Date: Sat, 7 Oct 2023 06:20:56 +0000 (+1000) Subject: Fix typo in Session.get_one() docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ef25ecbc5b39487b5b55bedb43df9c2a57ae2e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in Session.get_one() docs --- diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index 1b48b90150..7f77a9bb77 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -3671,7 +3671,7 @@ class Session(_SessionClassMethods, EventTarget): For a detailed documentation of the arguments see the method :meth:`.Session.get`. - ..versionadded: 2.0.22 + .. versionadded:: 2.0.22 :return: The object instance, or ``None``.