Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Adding utf-8 encoding header to files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Jul 15, 2020
1 parent cd74400 commit 5dd390b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/algebras/lie_algebras/free_lie_algebra.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Free Lie Algebras
Expand Down
1 change: 1 addition & 0 deletions src/sage/algebras/lie_algebras/heisenberg.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Heisenberg Algebras
Expand Down
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
r"""
Rank Two Heisenberg-Virasoro Algebras
Expand Down
1 change: 1 addition & 0 deletions src/sage/algebras/lie_algebras/virasoro.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""
Virasoro Algebra and Related Lie Algebras
Expand Down

0 comments on commit 5dd390b

Please sign in to comment.