From c80b77463113b15085446a283b8e922d033687f1 Mon Sep 17 00:00:00 2001 From: Avi Wollman Date: Wed, 14 Sep 2016 12:26:18 -0400 Subject: [PATCH] Typo fix --- docsite/rst/developing_modules_python3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules_python3.rst b/docsite/rst/developing_modules_python3.rst index 901dfaed171..e703bdc33fa 100644 --- a/docsite/rst/developing_modules_python3.rst +++ b/docsite/rst/developing_modules_python3.rst @@ -268,5 +268,5 @@ text at all from working. We made the choice to represent these as text for now due to code paths that handle filenames not being able to handle bytes end-to-end. PyYAML on Python3 and jinja2 on both Python2 and Python3, for instance, are meant to work with text. Any decision to allow filenames to be -byte values will have to address how we deal with those pieves of the code as +byte values will have to address how we deal with those pieces of the code as well.