diff options
| -rw-r--r-- | actinide/types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actinide/types.py b/actinide/types.py index 2961771..be58b0c 100644 --- a/actinide/types.py +++ b/actinide/types.py @@ -105,7 +105,7 @@ def display_decimal(value): @An.fn def string(value): - return string(Value) + return str(value) @An.fn def string_p(value): |
