From 78f77027abefee6b59cae68d3aeec6b6da017110 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 11:39:23 +1100 Subject: [PATCH] docs: fix simple typo, tranformers -> transformers There is a small typo in init/profile_pyspark/ipython_nbconvert_config.py. Should read `transformers` rather than `tranformers`. --- init/profile_pyspark/ipython_nbconvert_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init/profile_pyspark/ipython_nbconvert_config.py b/init/profile_pyspark/ipython_nbconvert_config.py index 453792e39..115f35022 100644 --- a/init/profile_pyspark/ipython_nbconvert_config.py +++ b/init/profile_pyspark/ipython_nbconvert_config.py @@ -177,9 +177,9 @@ #------------------------------------------------------------------------------ # Exports to a Latex template. Inherit from this class if your template is -# LaTeX based and you need custom tranformers/filters. Inherit from it if you -# are writing your own HTML template and need custom tranformers/filters. If -# you don't need custom tranformers/filters, just change the 'template_file' +# LaTeX based and you need custom transformers/filters. Inherit from it if you +# are writing your own HTML template and need custom transformers/filters. If +# you don't need custom transformers/filters, just change the 'template_file' # config option. Place your template in the special "/latex" subfolder of the # "../templates" folder.