Skip to content

Added link to cookbook article #1869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions book/service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ lots of services. Services that are never used are never constructed.

As an added bonus, the ``Mailer`` service is only created once and the same
instance is returned each time you ask for the service. This is almost always
the behavior you'll need (it's more flexible and powerful), but we'll learn
later how you can configure a service that has multiple instances.
the behavior you'll need (it's more flexible and powerful), but you learn how
to configure a service that has multiple instances in the
":doc:`/cookbook/service_container/scopes`" cookbook article.

.. _book-service-container-parameters:

Expand Down