yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Python -m and misc text tweaks #2

Closed tiffon closed 6 years ago

tiffon commented 6 years ago

Great tutorial.

Mostly minor suggestions for text changes.

The only significant change is the invocation of formatter for lesson 3:

-$ python lesson03/exercise/formatter.py
+$ python -m lesson03.exercise.formatter

I ran into an error until making that adjustment.