mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Fix small type in declarative container docblock
This commit is contained in:
		
							parent
							
								
									84f1d27fa8
								
							
						
					
					
						commit
						5db20f0027
					
				| 
						 | 
					@ -239,7 +239,7 @@ def copy(container):
 | 
				
			||||||
    providers by name, it would be replaced by reference.
 | 
					    providers by name, it would be replaced by reference.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :param container: Container that should be copied by decorated container.
 | 
					    :param container: Container that should be copied by decorated container.
 | 
				
			||||||
    :type container :py:class:`DeclarativeContainer`
 | 
					    :type container: :py:class:`DeclarativeContainer`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :return: Declarative container's copying decorator.
 | 
					    :return: Declarative container's copying decorator.
 | 
				
			||||||
    :rtype: callable(:py:class:`DeclarativeContainer`)
 | 
					    :rtype: callable(:py:class:`DeclarativeContainer`)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user