Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Dec 8, 2023
1 parent adc3cfd commit b593e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/operator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"Exp",
]

# Imported items in __all__ and other appear to originate in top-level linop module
# Imported items in __all__ appear to originate in top-level linop module
for name in __all__:
getattr(sys.modules[__name__], name).__module__ = __name__

0 comments on commit b593e34

Please sign in to comment.