From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/types.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/types.py') diff --git a/python/types.py b/python/types.py index e6913f93..ab31030b 100644 --- a/python/types.py +++ b/python/types.py @@ -1030,9 +1030,9 @@ def preprocess_source(source, filename=None, include_dirs=[]): """ ``preprocess_source`` run the C preprocessor on the given source or source filename. - :param str source: source to preprocess - :param str filename: optional filename to preprocess - :param list(str) include_dirs: list of string directorires to use as include directories. + :param str source: source to pre-process + :param str filename: optional filename to pre-process + :param list(str) include_dirs: list of string directories to use as include directories. :return: returns a tuple of (preprocessed_source, error_string) :rtype: tuple(str,str) :Example: -- cgit v1.3.1