diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst index 6a1755d1dc..09fc39d3ca 100644 --- a/documentation/migration-guides/migration-1.3.rst +++ b/documentation/migration-guides/migration-1.3.rst | |||
@@ -62,7 +62,7 @@ Previously, an inconsistent mix of spaces and tabs existed, which made | |||
62 | extending these functions using ``_append`` or ``_prepend`` complicated | 62 | extending these functions using ``_append`` or ``_prepend`` complicated |
63 | given that Python treats whitespace as syntactically significant. If you | 63 | given that Python treats whitespace as syntactically significant. If you |
64 | are defining or extending any Python functions (e.g. | 64 | are defining or extending any Python functions (e.g. |
65 | ``populate_packages``, ``do_unpack``, ``do_patch`` and so forth) in | 65 | ``populate_packages``, ``do_unpack``, :ref:`ref-tasks-patch` and so forth) in |
66 | custom recipes or classes, you need to ensure you are using consistent | 66 | custom recipes or classes, you need to ensure you are using consistent |
67 | four-space indentation. | 67 | four-space indentation. |
68 | 68 | ||