mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									74df2ed00d
								
							
						
					
					
						commit
						f0004c805f
					
				|  | @ -238,7 +238,7 @@ Concept | ||||||
| - Explicit is better than implicit (PEP20). | - Explicit is better than implicit (PEP20). | ||||||
| - Do no magic to your code. | - Do no magic to your code. | ||||||
| 
 | 
 | ||||||
| How does it different from the other frameworks? | How is it different from the other frameworks? | ||||||
| 
 | 
 | ||||||
| - **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*. | - **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*. | ||||||
| - **Does not pollute your code.** Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks. | - **Does not pollute your code.** Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user