From be2be040f95f7f47ea3fbb74ce12f5af4d483b97 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 4 Jun 2019 17:48:06 -0700 Subject: Clean up u' prefixes and py2 bytes conversions --- doc/en/tmpdir.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/en/tmpdir.rst b/doc/en/tmpdir.rst index 330011bb3..01397a5ba 100644 --- a/doc/en/tmpdir.rst +++ b/doc/en/tmpdir.rst @@ -22,7 +22,7 @@ created in the `base temporary directory`_. # content of test_tmp_path.py import os - CONTENT = u"content" + CONTENT = "content" def test_create_file(tmp_path): -- cgit v1.2.3