Skip to content

Commit 490be53

Browse files
committed
minor #13769 Minor update of the terminology used (Nyholm)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead. Discussion ---------- Minor update of the terminology used Commits ------- a2af4d7 Minor update of the terminology used
2 parents 6031c1b + a2af4d7 commit 490be53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ each service or load them all at once with this method.
161161

162162
OK, but can I exclude some paths that I *know* won't contain services?
163163

164-
Yes! The ``exclude`` key is a glob pattern that can be used to *blacklist* paths
164+
Yes! The ``exclude`` key is a glob pattern that can be used to *ignore* paths
165165
that you do *not* want to be included as services. But, since unused services are
166166
automatically removed from the container, ``exclude`` is not that important. The
167167
biggest benefit is that those paths are not *tracked* by the container, and so may

0 commit comments

Comments
 (0)