diff options
Diffstat (limited to 'doc/build/glossary.rst')
-rw-r--r-- | doc/build/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 4fd9b0633..1f7af02c4 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -60,7 +60,7 @@ Glossary ``__delete__()`` methods. The :class:`.InstrumentedAttribute` will generate a SQL expression when used at the class level:: - >>> print MyClass.data == 5 + >>> print(MyClass.data == 5) data = :data_1 and at the instance level, keeps track of changes to values, |