summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-02-28 19:59:16 (GMT)
committerGitHub <noreply@github.com>2020-02-28 19:59:16 (GMT)
commit916895f93905f8b8dad677cceff501833f5a633a (patch)
treeb4deb6a48aa5e1ea0f7bdb8668d1cc3056bae0df /Misc
parentc705fd1e89ccb8f6d414ec817b4616546147d877 (diff)
downloadcpython-916895f93905f8b8dad677cceff501833f5a633a.zip
cpython-916895f93905f8b8dad677cceff501833f5a633a.tar.gz
cpython-916895f93905f8b8dad677cceff501833f5a633a.tar.bz2
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-02-28-14-39-25.bpo-13790.hvLaRI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-02-28-14-39-25.bpo-13790.hvLaRI.rst b/Misc/NEWS.d/next/Documentation/2020-02-28-14-39-25.bpo-13790.hvLaRI.rst
new file mode 100644
index 0000000..77db173
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-02-28-14-39-25.bpo-13790.hvLaRI.rst
@@ -0,0 +1 @@
+Change 'string' to 'specification' in format doc.