Skip to content

Commit

Permalink
Use Python 3 syntax in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Jul 8, 2023
1 parent 83f3168 commit 88848a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

master_doc = 'index'

project = u'Kodistubs'
copyright = u'{0}, {1}'.format(YEAR, AUTHOR)
project = 'Kodistubs'
copyright = f'{YEAR}, {AUTHOR}'
author = AUTHOR

version = VERSION
Expand Down

0 comments on commit 88848a5

Please sign in to comment.