From 960138bd15cdb267911d3d58607a4265a3517452 Mon Sep 17 00:00:00 2001 From: rbtcollins Date: Fri, 21 Nov 2014 10:35:32 +1300 Subject: [PATCH] fix trivial typo (side -> size) --- jinja2/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja2/debug.py b/jinja2/debug.py index dc8a3982..ee75a528 100644 --- a/jinja2/debug.py +++ b/jinja2/debug.py @@ -273,7 +273,7 @@ def _init_ugly_crap(): import ctypes from types import TracebackType - # figure out side of _Py_ssize_t + # figure out size of _Py_ssize_t if hasattr(ctypes.pythonapi, 'Py_InitModule4_64'): _Py_ssize_t = ctypes.c_int64 else: -- 2.47.2