From f3d1c455f38f4ec8e57987d8465dfe1e66e10571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 14 Mar 2018 16:58:12 +0100 Subject: [PATCH] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f86d7e0..9847c91 100644 --- a/README.md +++ b/README.md @@ -621,7 +621,7 @@ def eval_(node): raise TypeError(node) ``` -``` +```python >>> eval_expr('2^6') 4 >>> eval_expr('2**6') @@ -694,7 +694,7 @@ graph.output_file = get_file_name() with pycallgraph.PyCallGraph(output=graph): ``` -#### Utility code for unique PNG filenames. +##### Utility code for unique PNG filenames. ```python def get_file_name(): return "{}-{}.png".format("profile", get_current_datetime_string())