Skip to content

Commit

Permalink
Fix minor typo in Tutorial PDB example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Apr 12, 2012
1 parent 135b62d commit b0b803d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Tutorial.tex
Expand Up @@ -80,7 +80,7 @@

\author{Jeff Chang, Brad Chapman, Iddo Friedberg, Thomas Hamelryck, \\
Michiel de Hoon, Peter Cock, Tiago Antao, Eric Talevich, Bartek Wilczy\'{n}ski}
\date{Last Update -- 2 March 2012 (Biopython 1.59+)}
\date{Last Update -- 12 April 2012 (Biopython 1.59+)}

%Hack to get the logo at the start of the HTML front page:
%(hopefully this isn't going to be too wide for most people)
Expand Down Expand Up @@ -7597,7 +7597,7 @@ \subsection{Disordered atoms\label{disordered atoms}}
a specific altloc identifier:

\begin{verbatim}
atom.disordered\_select("A") # select altloc A atom
atom.disordered_select("A") # select altloc A atom

print atom.get_altloc()
"A"
Expand Down

0 comments on commit b0b803d

Please sign in to comment.