From 8fafe13ce8c0a97587e5a6aea56791539745b449 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 14 Feb 2018 14:19:52 +0000
Subject: [PATCH] tweak suggested practical order

---
 advanced_topics/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/advanced_topics/README.md b/advanced_topics/README.md
index 4a9efda..bf1dad0 100644
--- a/advanced_topics/README.md
+++ b/advanced_topics/README.md
@@ -6,12 +6,13 @@ particular feature of the Python Programming language. They are intended for
 people who are familiar with the basics of Python, and want to learn about
 some of the more advanced features of the language.
 
-Practicals on the following topics are available:
+Practicals on the following topics are available. They can be viewed in any
+order, but we recommend going through them in this order:
 
 * Function inputs and outputs
 * Modules and packages
+* Testing
 * Object-oriented programming
 * Operator overloading
-* Decorators
 * Context managers
-* Testing
+* Decorators
-- 
GitLab