diff --git a/docs/docsite/rst/dev_guide/developing_python_3.rst b/docs/docsite/rst/dev_guide/developing_python_3.rst index 44c454aff04..bdc91483c50 100644 --- a/docs/docsite/rst/dev_guide/developing_python_3.rst +++ b/docs/docsite/rst/dev_guide/developing_python_3.rst @@ -288,8 +288,8 @@ The ``__future__`` imports do the following: * `PEP 0238: Division `_ * `PEP 3105: Print function `_ -Prefix byte strings with ``b\_`` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Prefix byte strings with ``b_`` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since mixing text and bytes types leads to tracebacks we want to be clear about what variables hold text and what variables hold bytes. We do this by