mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	fix python doc regressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									32164b6c7f
								
							
						
					
					
						commit
						0a0b0a5cc0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10066,7 +10066,7 @@ def Full(s):
 | 
				
			||||||
    """Create the regular expression that accepts the universal language
 | 
					    """Create the regular expression that accepts the universal language
 | 
				
			||||||
    >>> e = Full(ReSort(SeqSort(IntSort())))
 | 
					    >>> e = Full(ReSort(SeqSort(IntSort())))
 | 
				
			||||||
    >>> print(e)
 | 
					    >>> print(e)
 | 
				
			||||||
    Full(ReSort(Int))
 | 
					    Full(ReSort(Seq(Int)))
 | 
				
			||||||
    >>> e1 = Full(ReSort(StringSort()))
 | 
					    >>> e1 = Full(ReSort(StringSort()))
 | 
				
			||||||
    >>> print(e1)
 | 
					    >>> print(e1)
 | 
				
			||||||
    Full(ReSort(String))
 | 
					    Full(ReSort(String))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue