You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct a small issue in the wrapper documentation :
From :
```python
def _print_ClassName(self, stmt):
...
return Y
```
To :
```python
def _wrap_ClassName(self, stmt):
...
return Y
```
Co-authored-by: mustapha-belbiad <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>
0 commit comments