Skip to content

Commit f12acb9

Browse files
committed
Add syntax highlight
1 parent 07cf64b commit f12acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mooc/python-and-performance/using-own-timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ t1 = time.process_time()
4242
print("Time spent", t1 - t0)
4343
~~~
4444

45-
~~~
45+
~~~bash
4646
$ python timing.py
4747
Time spent 0.231697958
4848
~~~

0 commit comments

Comments
 (0)