Session documentation typo: let's vs. lets

Issue #1097 resolved
Former user created an issue

There is a typo or thinko at http://www.sqlalchemy.org/docs/05/session.html#unitofwork_what -- it reads:

Beyond that, the Session implements an interface which let's you move objects in or out of the session in a variety of ways, it provides the entryway to a Query object which is used to query the database for data, and it also provides a transactional context for SQL operations which rides on top of the transactional capabilities of Engine and Connection objects.

It should read:

Beyond that, the Session implements an interface which lets you move objects in or out of the session in a variety of ways, it provides the entryway to a Query object which is used to query the database for data, and it also provides a transactional context for SQL operations which rides on top of the transactional capabilities of Engine and Connection objects.

(Only with the correct formatting applied.)

Comments (2)

  1. Log in to comment