If this question has been asked before and answered, I will remove it.
Consider the following output:
I'd like to remove the A, and likewise for all subsections following that appendix (there is only a single appendix). I've tried using \appendix command instead, but it doesn't insert "Appendix" and the space between "Appendix" and "Code" on default, both of which I'd like to keep. The output was produced with:
\documentclass[a4paper,12pt]{article}
\usepackage[title,titletoc]{appendix}
\begin{document}
\begin{appendices}
\section{Code}
\end{appendices}
\end{document}


