mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix markup error and minor consistency nit.
This commit is contained in:
		
							parent
							
								
									1bff34ab96
								
							
						
					
					
						commit
						65faf118b6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -152,7 +152,7 @@ generally one higher than you might expect, because it includes the
 | 
				
			||||||
Return the current value of the recursion limit, the maximum depth of
 | 
					Return the current value of the recursion limit, the maximum depth of
 | 
				
			||||||
the Python interpreter stack.  This limit prevents infinite recursion
 | 
					the Python interpreter stack.  This limit prevents infinite recursion
 | 
				
			||||||
from causing an overflow of the C stack and crashing Python.  It can
 | 
					from causing an overflow of the C stack and crashing Python.  It can
 | 
				
			||||||
be set by \function{setrecursionlimit}.
 | 
					be set by \function{setrecursionlimit()}.
 | 
				
			||||||
\end{funcdesc}
 | 
					\end{funcdesc}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{datadesc}{hexversion}
 | 
					\begin{datadesc}{hexversion}
 | 
				
			||||||
| 
						 | 
					@ -291,7 +291,7 @@ The highest possible limit is platform-dependent.  A user may need to
 | 
				
			||||||
set the limit higher when she has a program that requires deep
 | 
					set the limit higher when she has a program that requires deep
 | 
				
			||||||
recursion and a platform that supports a higher limit.  This should be
 | 
					recursion and a platform that supports a higher limit.  This should be
 | 
				
			||||||
done with care, because a too-high limit can lead to a crash.
 | 
					done with care, because a too-high limit can lead to a crash.
 | 
				
			||||||
\edn{funcdesc}
 | 
					\end{funcdesc}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{funcdesc}{settrace}{tracefunc}
 | 
					\begin{funcdesc}{settrace}{tracefunc}
 | 
				
			||||||
  Set the system's trace function, which allows you to implement a
 | 
					  Set the system's trace function, which allows you to implement a
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue