File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1211,7 +1211,7 @@ def _init_context(self, req: BoltRequest):
12111211 # in the interest of runtime performance/memory footprint optimization.
12121212 # However, developers may want to replace the token held by req.context.client in some situations.
12131213 # In this case, this behavior can result in thread-unsafe data modification on `self._client`.
1214- # (`self._client` a.k.a. `app.clint ` is a singleton object per an App instance)
1214+ # (`self._client` a.k.a. `app.client ` is a singleton object per an App instance)
12151215 # Thus, we've changed the behavior to create a new instance per request regardless of token argument
12161216 # in the App initialization starting v1.15.
12171217 # The overhead brought by this change is slight so that we believe that it is ignorable in any cases.
Original file line number Diff line number Diff line change @@ -1245,7 +1245,7 @@ def _init_context(self, req: AsyncBoltRequest):
12451245 # in the interest of runtime performance/memory footprint optimization.
12461246 # However, developers may want to replace the token held by req.context.client in some situations.
12471247 # In this case, this behavior can result in thread-unsafe data modification on `self._client`.
1248- # (`self._client` a.k.a. `app.clint ` is a singleton object per an App instance)
1248+ # (`self._client` a.k.a. `app.client ` is a singleton object per an App instance)
12491249 # Thus, we've changed the behavior to create a new instance per request regardless of token argument
12501250 # in the App initialization starting v1.15.
12511251 # The overhead brought by this change is slight so that we believe that it is ignorable in any cases.
You can’t perform that action at this time.
0 commit comments