Skip to content

Commit

Permalink
README: remove no longer needed u"..." prefix (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Jul 6, 2023
1 parent b627746 commit 4029998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Programmatic usage:
# And now you issued a cert signed by this fake CA
# https://en.wikipedia.org/wiki/Example.org
server_cert = ca.issue_cert(u"test-host.example.org")
server_cert = ca.issue_cert("test-host.example.org")
# That's it!
Expand Down

0 comments on commit 4029998

Please sign in to comment.